web: tweak style and behavior of view original link

This commit is contained in:
2025-04-19 13:11:57 -07:00
parent 7d9376d607
commit 17ea2a35cb
2 changed files with 37 additions and 38 deletions

View File

@@ -2,23 +2,23 @@ html {
background-color: black;
}
.mail-thread a,
.mail-thread .content a,
.news-post a {
color: var(--color-link) !important;
text-decoration: underline;
}
.mail-thread br,
.mail-thread .content br,
.news-post br {
display: block;
margin-top: 1em;
content: " ";
}
.mail-thread h1,
.mail-thread h2,
.mail-thread h3,
.mail-thread h4,
.mail-thread .content h1,
.mail-thread .content h2,
.mail-thread .content h3,
.mail-thread .content h4,
.news-post h1,
.news-post h2,
.news-post h3,
@@ -27,12 +27,12 @@ html {
margin-bottom: 1em !important;
}
.mail-thread p,
.mail-thread .content p,
.news-post p {
margin-bottom: 1em;
}
.mail-thread pre,
.mail-thread .content pre,
.news-post pre {
font-family: monospace;
background-color: #eee !important;
@@ -40,28 +40,28 @@ html {
white-space: break-spaces;
}
.mail-thread code,
.mail-thread .content code,
.news-post code {
font-family: monospace;
white-space: break-spaces;
background-color: #eee !important;
}
.mail-thread blockquote {
.mail-thread .content blockquote {
padding-left: 1em;
border-left: 2px solid #ddd;
}
.mail-thread ol,
.mail-thread ul {
.mail-thread .content ol,
.mail-thread .content ul {
margin-left: 2em;
}
.mail-thread .noreply-news-bloomberg-com a {
.mail-thread .content .noreply-news-bloomberg-com a {
background-color: initial !important;
}
.mail-thread .noreply-news-bloomberg-com h2 {
.mail-thread .content .noreply-news-bloomberg-com h2 {
margin: 0 !important;
padding: 0 !important;
}