summaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/style.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/content/style.css b/src/content/style.css
index 653092f..a966d5d 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -6,7 +6,7 @@ body {
max-width: 750px;
}
-.simple-icon {
+.icon {
width: 22px;
height: 22px;
vertical-align: middle;
@@ -16,7 +16,6 @@ body {
/* Navigation header */
header {
- border-bottom: 2px solid black;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}
@@ -48,7 +47,7 @@ nav ul li a {
/* Article bodies */
-div.header {
+#published-at {
color: #555;
font-size: 14px;
font-style: italic;
@@ -73,7 +72,6 @@ ul.no-style li {
/* Footer */
footer {
- border-top: solid 2px black;
font-size: 14px;
margin-top: 30px;
padding: 12px 0px 12px 0px;
@@ -88,10 +86,6 @@ footer li a {
margin-left: 5px;
}
-div.post-footer, div.footnotes {
- border-top: 0.5px solid #555;
-}
-
/* Code blocks */
@@ -158,7 +152,7 @@ div.header-anchor:hover img {
/* Plaintext code block links */
-div.plaintext-link {
+.plaintext {
margin: auto auto 0 auto;
text-align: right;
font-family: monospace;