mirror of
https://github.com/friendica/friendica
synced 2024-12-23 10:00:20 +00:00
Merge pull request #80 from unary/darkzero
improved contrast in acl selector, and preview (darkzero)
This commit is contained in:
commit
04527bd0b1
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue