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 {
|
||||
border-color: $grey-dark;
|
||||
}
|
||||
.expiredAlert {
|
||||
color: $grey-dark;
|
||||
button {
|
||||
color: $grey-dark;
|
||||
}
|
||||
}
|
||||
#header {
|
||||
background-color: $grey-dark_l2;
|
||||
color: white;
|
||||
|
|
|
@ -2121,6 +2121,10 @@ li.entry .error-icon-container {
|
|||
color: #57a5e5; }
|
||||
.android-dark hr {
|
||||
border-color: #333333; }
|
||||
.android-dark .expiredAlert {
|
||||
color: #333333; }
|
||||
.android-dark .expiredAlert button {
|
||||
color: #333333; }
|
||||
.android-dark #header {
|
||||
background-color: #292929;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue