CSS: improve the contrast of DTD in the dark theme

Make it Mauve instead of purple. :p
This commit is contained in:
Emmanuel Gil Peyrot 2022-01-10 13:25:28 +01:00
parent 3fd3d27117
commit 927b09f19d
1 changed files with 1 additions and 0 deletions

View File

@ -36,4 +36,5 @@
.tag { color: #88f; font-weight: bold; } .tag { color: #88f; font-weight: bold; }
.atn { color: #f8f; } .atn { color: #f8f; }
.atv { color: #8f8; } .atv { color: #8f8; }
.dec { color: #f8f; }
} }