diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-06 15:08:24 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-06 15:08:24 -0400 |
commit | 5a29df9e2ab7c0d80296907fcb61dccfff1fd008 (patch) | |
tree | 958685bfdc3c8414c9ea44bd5f3325c9b187635f /design/sass/_header.scss | |
parent | 9033041ac16c51c943e593e2a67420ea20b6d3a5 (diff) |
Migrated Src into posts
Diffstat (limited to 'design/sass/_header.scss')
-rw-r--r-- | design/sass/_header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/design/sass/_header.scss b/design/sass/_header.scss index f819d54..9eb9b1b 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -53,7 +53,7 @@ padding: 0.25em 0.5em; a { text-decoration: none; - color: lighten(#505050, 20); + color: lighten(#505050, 15); &:visited { color: lighten(#505050, 20); } @@ -72,6 +72,7 @@ li { display: inline; margin: 0 0.25em; + color: lighten(#505050, 30); &:after { content: "\00b7"; color: #999999; |