Fix missing formatting line in style.css in TriMonoBlue theme (bring it up to date).

This commit is contained in:
Retro_Guy 2023-10-03 14:49:21 -07:00
parent 45fb7f9cee
commit 88b761fce3
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ div.np_article_header {
div.np_article_body {
background: var(--color-light);
margin-top: 20px;
white-space: pre-wrap;
/* font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace; */
font-size: 0.55em;
}