mirror of
https://github.com/friendica/friendica
synced 2024-11-19 11:43:41 +00:00
Give Darkzero some loving.
Everything that used to be hidden with light text on light backgrounds is legible now.
This commit is contained in:
parent
513ef2410d
commit
d6ca4a1b42
1 changed files with 18 additions and 1 deletions
|
@ -22,7 +22,11 @@ div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
|
||||||
|
|
||||||
nav #banner #logo-text a { color: #ffffff; }
|
nav #banner #logo-text a { color: #ffffff; }
|
||||||
|
|
||||||
.wall-item-content-wrapper { border: 1px solid #444444; }
|
.wall-item-content-wrapper {
|
||||||
|
border: 1px solid #444444;
|
||||||
|
background: #444;
|
||||||
|
|
||||||
|
}
|
||||||
.wall-item-tools { background-color: #444444; background-image: none;}
|
.wall-item-tools { background-color: #444444; background-image: none;}
|
||||||
.comment-wwedit-wrapper{ background-color: #333333; }
|
.comment-wwedit-wrapper{ background-color: #333333; }
|
||||||
.comment-edit-preview{ color: #000000; }
|
.comment-edit-preview{ color: #000000; }
|
||||||
|
@ -119,3 +123,16 @@ input#acl-search {
|
||||||
#nav-notifications-menu li:hover {
|
#nav-notifications-menu li:hover {
|
||||||
background: #444;
|
background: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.acpopupitem{
|
||||||
|
background:#2e2f2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background:#2e2f2e !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background:#2e2f2e !important;
|
||||||
|
color:#eec !important;
|
||||||
|
}
|
Loading…
Reference in a new issue