Make dark theme links lighter and less saturated

10% lighter and 10% lower saturation than traditional signal blue
pull/749/head
lilia 9 years ago
parent 46254e3c23
commit 33dc9ca3a3

@ -6,6 +6,7 @@ $text-dark: #CCCCCC;
.android-dark {
color: $text-dark;
a { color: #57a5e5; }
hr {
border-color: $grey-dark;
}

@ -1699,6 +1699,8 @@ li.entry .error-icon-container {
.android-dark {
color: #CCCCCC; }
.android-dark a {
color: #57a5e5; }
.android-dark hr {
border-color: #333333; }
.android-dark #header {

Loading…
Cancel
Save