request minor change to CSS

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
request minor change to CSS
by on (#87388)
I like browsing the web with "use my fonts always", and so the code blocks here don't show up correctly. Would it be possible to get the css for the forum changed adding the bolded text?

Quote:
.code {
font-family: Courier, 'Courier New', monospace, sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


Thanks!

by on (#87392)
Done.

Although I also question use of "monospace, sans-serif". I know of no system that lacks a monospace font (thus would fall back to sans-serif). I'm tempted to just remove sans-serif entirely, but the problem is that phpBB's "style" stuff is a little finicky.

by on (#87393)
Thanks again!