regenerated
[www.git] / www / style.css
index 45341b1..7b2d34b 100644 (file)
@@ -7,7 +7,7 @@ body {
        color: #303030;
 }
 
-div, h2, h3, nav ul {
+div, h2, h3, h1, nav ul {
     margin: 0;
     padding: 0;
 }
@@ -22,6 +22,11 @@ nav {
 }
 
 h1 {
+        font-size: 250%;
+        font-weight: bold;
+}
+
+#header h1 {
     margin: 0;
     margin-top: 0.5em;
     margin-left: 2rem;
@@ -74,6 +79,11 @@ nav a, nav a:hover, nav a:visited {
        color: inherit;
 }
 
+h1 a, h1 a:hover, h1 a:visited {
+        text-decoration: none;
+        color: inherit;
+}
+
 nav a:hover {
         border-bottom-style: solid;
         border-bottom-width: 2px;