Make dark theme links lighter and less saturated

10% lighter and 10% lower saturation than traditional signal blue
This commit is contained in:
lilia 2016-12-03 20:25:59 +01:00
parent 46254e3c23
commit 33dc9ca3a3
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -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 {