diff options
author | EuAndreh <eu@euandre.org> | 2025-03-27 15:53:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-28 17:12:33 -0300 |
commit | 40173ac320028ad51d81cfb38fe2d97dd40e3ceb (patch) | |
tree | 011b070ec8a4f602489d667e5f1ecd53df316e37 | |
parent | src/content/img/: Add light/dark icon variations (diff) | |
download | euandre.org-40173ac320028ad51d81cfb38fe2d97dd40e3ceb.tar.gz euandre.org-40173ac320028ad51d81cfb38fe2d97dd40e3ceb.tar.xz |
src/content/style.css: Update selectors for what mkwb(1) emits
-rw-r--r-- | src/content/style.css | 12 |
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; |