Merge pull request #80 from unary/darkzero

improved contrast in acl selector, and preview (darkzero)
This commit is contained in:
Simon 2012-03-04 19:19:45 -08:00
commit 04527bd0b1

View file

@ -92,3 +92,11 @@ blockquote {
background: #ddd;
color: #000;
}
.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net {
color: #000000;
}
input#acl-search {
background-color: #aaa;
}