2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
+1 -1
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;