Fix background

This commit is contained in:
Madison Scott-Clary 2024-06-27 18:51:42 +00:00
parent b6cb493b72
commit b2e1478653
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ code {
/* Pygments: friendly minus bold */
.codehilite .hll { background-color: #444444 }
.codehilite { background: #f0f0f0; }
.codehilite { background: #444444; }
.codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
.codehilite .err { border: 1px solid #FF0000 } /* Error */
.codehilite .k { color: #007020; } /* Keyword */