Export/Dark Theme: Increase banner text contrast for legibility (#1415)
FREEBIE
This commit is contained in:
parent
46b64e306f
commit
52a595b372
2 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,12 @@ $text-dark_l2: darken($text-dark, 30%);
|
||||||
hr {
|
hr {
|
||||||
border-color: $grey-dark;
|
border-color: $grey-dark;
|
||||||
}
|
}
|
||||||
|
.expiredAlert {
|
||||||
|
color: $grey-dark;
|
||||||
|
button {
|
||||||
|
color: $grey-dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
#header {
|
#header {
|
||||||
background-color: $grey-dark_l2;
|
background-color: $grey-dark_l2;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -2121,6 +2121,10 @@ li.entry .error-icon-container {
|
||||||
color: #57a5e5; }
|
color: #57a5e5; }
|
||||||
.android-dark hr {
|
.android-dark hr {
|
||||||
border-color: #333333; }
|
border-color: #333333; }
|
||||||
|
.android-dark .expiredAlert {
|
||||||
|
color: #333333; }
|
||||||
|
.android-dark .expiredAlert button {
|
||||||
|
color: #333333; }
|
||||||
.android-dark #header {
|
.android-dark #header {
|
||||||
background-color: #292929;
|
background-color: #292929;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue