Make dark theme links lighter and less saturated
10% lighter and 10% lower saturation than traditional signal blue
This commit is contained in:
parent
46254e3c23
commit
33dc9ca3a3
2 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue