{{ .Content }}
diff --git a/static/css/index.css b/static/css/index.css
index 18ae36f..0cd2ec8 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -4,7 +4,11 @@ body > header h1 {
article header h1 {
font-size: 1.7em;
- margin-bottom: .2em;
+}
+
+header p {
+ margin-top: .2em;
+ margin-bottom: 1.5em;
}
.bright {
diff --git a/static/css/theme.css b/static/css/theme.css
index 3c8a540..274c48c 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -34,7 +34,7 @@ a {
transition: color .2s;
}
-a:hover {
+a:hover, header time {
color: #949494;
}
@@ -43,14 +43,9 @@ article a {
}
article header a, article footer a {
- font-weight: inherit;
color: inherit;
}
-header time {
- color: #949494;
-}
-
hr {
border: 1px solid #9494944d;
margin: 2em 0;
@@ -120,10 +115,6 @@ nav a {
margin: 0 .8em;
}
-article header {
- margin-bottom: 1.5em;
-}
-
article, body > footer {
border-top: 1px solid #9494941f;
}