Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-04-14 20:10:42 +0300
committerMark Otto <otto@github.com>2022-04-15 09:40:32 +0300
commitfb21233098124c95c9fdfd54cb546739051464c7 (patch)
tree3c2120725c2ec16fff2ce2c529ea89707760f6a3 /site/assets
parent7a8459641f14abeaa1717dba79fdc16201a11aa8 (diff)
Fix Chroma line highlight style
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/scss/_syntax.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_syntax.scss b/site/assets/scss/_syntax.scss
index 56bc2840ec..54f0cdaaa8 100644
--- a/site/assets/scss/_syntax.scss
+++ b/site/assets/scss/_syntax.scss
@@ -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); }