diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 3 |
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 | } |