Skip to content

Commit

Permalink
Make dark theme links lighter and less saturated
Browse files Browse the repository at this point in the history
10% lighter and 10% lower saturation than traditional signal blue
  • Loading branch information
liliakai committed Dec 3, 2016
1 parent 46254e3 commit 33dc9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions stylesheets/android-dark.scss
Expand Up @@ -6,6 +6,7 @@ $text-dark: #CCCCCC;

.android-dark {
color: $text-dark;
a { color: #57a5e5; }
hr {
border-color: $grey-dark;
}
Expand Down
2 changes: 2 additions & 0 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33dc9ca

Please sign in to comment.