From 57b0c141c10389ff99e5d57f86e981ff24e877bd Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 11 Sep 2022 10:43:23 -0700 Subject: [PATCH] Continue purging styles from main.css --- static/styles/main.css | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/static/styles/main.css b/static/styles/main.css index 40e5e6b..446ea37 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -55,28 +55,6 @@ } } -a { - color: var(--link-color); - text-decoration: none; -} - -a:hover { - text-decoration: underline; - text-underline-position: from-font; -} - -body { - background-color: var(--body-background-color); - color: var(--body-foreground-color); - display: flex; - flex-direction: column; - font-size: 2rem; - line-height: 1.2; - margin: 0 auto; - max-width: var(--body-width); - padding: 0 var(--body-padding); -} - blockquote { border-inline-start: 4px solid var(--separator-color); padding-inline-start: 2rem; @@ -355,10 +333,6 @@ pre { font-size: 2.5rem; } -.post-list li + li { - margin-top: 2rem; -} - .post-list article { color: gray; font-style: oblique; @@ -475,4 +449,4 @@ ul.post-tags li + li { /* For s that shouldn't break. */ .nobreak { white-space: nowrap; -} \ No newline at end of file +}