[FIR] Improve keyword colors (light-theme) in html dump

This commit is contained in:
Simon Ogorodnik
2019-11-18 17:57:02 +03:00
parent 36979e7937
commit f49bc0e96d
@@ -21,7 +21,8 @@
}
.white .keyword {
color: rgb(203, 159, 52);
color: #5f17ef;
font-weight: bold;
}
.white a.ref.selected {