0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fix Chroma line highlight style

This commit is contained in:
Julien Déramond 2022-04-14 19:10:42 +02:00 committed by Mark Otto
parent 7a8459641f
commit fb21233098

View File

@ -17,7 +17,7 @@
--base0F: #333;
}
.hll { background-color: #fff; }
.hl { background-color: var(--base02); }
.c { color: var(--base03); }
.err { color: var(--base08); }
.k { color: var(--base0E); }