summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.scss14
1 files changed, 2 insertions, 12 deletions
diff --git a/local.scss b/local.scss
index 2cc36f7..bcbbd7b 100644
--- a/local.scss
+++ b/local.scss
@@ -31,7 +31,7 @@ h2 {
}
a {
- font-weight: normal;
+ font-weight: inherit;
text-decoration: none;
}
@@ -41,7 +41,6 @@ a:hover {
em {
color: black;
- font-style: normal;
font-weight: bold;
}
@@ -107,12 +106,8 @@ div.topbar {
margin: 0;
padding: 0;
text-align: center;
- width: 100%;
-}
-
-div.topbar a {
- text-decoration: none;
font-weight: bold;
+ width: 100%;
}
div.topbar ul {
@@ -121,14 +116,12 @@ div.topbar ul {
margin-top: 0;
margin-bottom: 0;
font-size: 1.2em;
- font-weight: bold;
line-height: 2.5em;
}
div.topbar ul li {
display: inline;
color: $link_color;
- font-weight: bold;
margin: 0 4em 0 0;
}
@@ -172,7 +165,6 @@ div.sidebar {
div.sidebar ul {
margin: 0px;
padding: 0px;
- text-transform: none;
font-weight: bold;
}
@@ -190,9 +182,7 @@ div.sidebar ul ul li {
}
div.sidebar a {
- text-decoration: none;
color: black;
- font-weight: bold;
}
div.sidebar A:hover {