diff options
-rw-r--r-- | local.scss | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -128,6 +128,13 @@ div.actions { border-bottom: 0; padding: 0 0 0.7em 1em; } + a { + color: transparent; + &:hover { + color: lightblue; + text-decoration: none; + } + } } div.topbar { |