aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-24 22:31:34 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-24 22:31:34 +0200
commit584f9c55f199ad110be9655230d5b72b08eb9682 (patch)
tree446133b1f44a9182f849adef76d62a0bd85aca3b /css
parentDesign: Add some more characters for the borders (diff)
downloadgopherproxy-584f9c55f199ad110be9655230d5b72b08eb9682.tar.gz
gopherproxy-584f9c55f199ad110be9655230d5b72b08eb9682.tar.bz2
gopherproxy-584f9c55f199ad110be9655230d5b72b08eb9682.zip
Fix for hover of header location links
Diffstat (limited to 'css')
-rw-r--r--css/main.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss
index acbb740..5fcab11 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -151,7 +151,10 @@ strong {
151 151
152 + .location__slash + .location__uripart { 152 + .location__slash + .location__uripart {
153 color: $text; 153 color: $text;
154 }
154 155
156 &:link,
157 &:visited {
155 &:hover { 158 &:hover {
156 color: $text-plus; 159 color: $text-plus;
157 } 160 }