1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Update docs syntax colors head of dark mode (#35984)

* update syntax colors in preparation for dark mode changes

* Improve color contrast
This commit is contained in:
Mark Otto
2022-04-11 18:43:18 -07:00
committed by GitHub
parent a58d894a5b
commit e206a6021b
2 changed files with 97 additions and 84 deletions

View File

@@ -336,7 +336,7 @@
.highlight {
padding: var(--bs-gutter-x) $bd-gutter-x;
margin-bottom: 1rem;
background-color: $gray-100;
background-color: var(--bs-gray-100);
@include media-breakpoint-up(sm) {
padding: 1rem 1.5rem;