Fix missing formatting line in style.css in TriMonoBlue theme (bring it up to date).
This commit is contained in:
parent
45fb7f9cee
commit
88b761fce3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue