diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 09:55:01 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 09:55:01 +0200 |
commit | 9fab9b955e61f8bfc8a67f684c6a656de222f31c (patch) | |
tree | 3a940ec54b4c84c62601d3031bef6ab650ecb419 /css | |
parent | Remove interlacing effect again (diff) | |
download | gopherproxy-9fab9b955e61f8bfc8a67f684c6a656de222f31c.tar.gz gopherproxy-9fab9b955e61f8bfc8a67f684c6a656de222f31c.tar.bz2 gopherproxy-9fab9b955e61f8bfc8a67f684c6a656de222f31c.zip |
Fix selection color in Chrome
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.scss b/css/main.scss index 993cb9c..75a6609 100644 --- a/css/main.scss +++ b/css/main.scss | |||
@@ -6,7 +6,7 @@ $text-faint: mix(hsl(210, 100%, 95%), $background, 40%); | |||
6 | $text-plus: #fff; | 6 | $text-plus: #fff; |
7 | $link-idle: $text-plus; | 7 | $link-idle: $text-plus; |
8 | $link-visited: $text; | 8 | $link-visited: $text; |
9 | $sel-background: $accent; | 9 | $sel-background: rgba($accent, .996); |
10 | $sel-text: #000; | 10 | $sel-text: #000; |
11 | 11 | ||
12 | body { | 12 | body { |