Move highlighting CSS into the ToHtml class

This commit is contained in:
Veronica Berglyd Olsen
2024-02-27 17:00:38 +01:00
parent f1ac1f7c21
commit a87a94ffeb
4 changed files with 9 additions and 14 deletions
@@ -14,6 +14,7 @@ h4 {color: rgb(50, 50, 50); page-break-after: avoid; margin-top: 0.76em; margin-
.title {font-size: 2.5em; margin-top: 1.30em; margin-bottom: 0.65em;}
.sep, .skip {text-align: center; margin-top: 1.30em; margin-bottom: 1.30em;}
a {color: rgb(66, 113, 174);}
mark {background: rgb(255, 255, 166);}
.tags {color: rgb(245, 135, 31); font-weight: bold;}
.break {text-align: left;}
.synopsis {font-style: italic;}