summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss14
1 files changed, 6 insertions, 8 deletions
diff --git a/local.scss b/local.scss
index e46d7cc..71a0c6e 100644
--- a/local.scss
+++ b/local.scss
@@ -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 {