web: provide CSS overrides for email matching news posts

This commit is contained in:
2025-02-02 09:51:27 -08:00
parent 30b5d0ff9f
commit 23823cd85e
2 changed files with 15 additions and 1 deletions

View File

@@ -2,17 +2,23 @@ html {
background-color: black;
}
.mail-thread a,
.news-post a {
color: var(--color-link) !important;
text-decoration: underline;
}
.mail-thread br,
.news-post br {
display: block;
margin-top: 1em;
content: " ";
}
.mail-thread h1,
.mail-thread h2,
.mail-thread h3,
.mail-thread h4,
.news-post h1,
.news-post h2,
.news-post h3,
@@ -21,10 +27,13 @@ html {
margin-bottom: 1em !important;
}
.mail-thread p,
.news-post p {
margin-bottom: 1em;
}
.mail-thread pre,
.mail-thread code,
.news-post pre,
.news-post code {
font-family: monospace;