Make bg color for highlighted text less bright

See also: I464fa60a52f176273ce9ffa318c1f192575f24d5
Closes-Bug: #1785994

Change-Id: Ie6a25574a2fcda85704065277ef0998a28a0414e
This commit is contained in:
Petr Kovar 2018-08-09 16:18:43 +02:00
parent e599814bb9
commit 8818143384
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.hll { background-color: #f7f7f7 }
.hll { background-color: #919191 }
.c { color: #999999; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.g { color: #d0d0d0 } /* Generic */