Continue purging styles from main.css

This commit is contained in:
Eryn Wells 2022-09-11 10:43:23 -07:00
parent 257c48039b
commit 57b0c141c1

View file

@ -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 { blockquote {
border-inline-start: 4px solid var(--separator-color); border-inline-start: 4px solid var(--separator-color);
padding-inline-start: 2rem; padding-inline-start: 2rem;
@ -355,10 +333,6 @@ pre {
font-size: 2.5rem; font-size: 2.5rem;
} }
.post-list li + li {
margin-top: 2rem;
}
.post-list article { .post-list article {
color: gray; color: gray;
font-style: oblique; font-style: oblique;
@ -475,4 +449,4 @@ ul.post-tags li + li {
/* For <span>s that shouldn't break. */ /* For <span>s that shouldn't break. */
.nobreak { .nobreak {
white-space: nowrap; white-space: nowrap;
} }