diff options
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -33,10 +33,9 @@ h2 { a { font-weight: inherit; text-decoration: none; -} - -a:hover { - text-decoration: underline; + &:hover { + text-decoration: underline; + } } em { @@ -184,10 +183,9 @@ div.sidebar ul ul li { div.sidebar a { color: black; -} - -div.sidebar A:hover { - text-decoration: underline; + &:hover { + text-decoration: underline; + } } div.sidebar div.notebox { |