web: force background color for code snippets

This commit is contained in:
Bill Thiede 2025-04-13 08:31:09 -07:00
parent 8ef4db63ad
commit 489acccf77

View File

@ -44,6 +44,7 @@ html {
.news-post code {
font-family: monospace;
white-space: break-spaces;
background-color: #eee !important;
}
.mail-thread blockquote {