1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 23:04:32 +02:00

Use Bootstrap colors in syntax highlighting

This commit is contained in:
Mark Otto
2023-01-02 11:31:28 -08:00
committed by Mark Otto
parent 19d547be3d
commit 3ee2a75495
4 changed files with 28 additions and 26 deletions

View File

@@ -344,7 +344,7 @@
position: relative;
padding: .75rem ($bd-gutter-x * .5);
margin-bottom: 1rem;
background-color: var(--bs-tertiary-bg);
background-color: var(--bd-pre-bg);
@include media-breakpoint-up(md) {
padding: .75rem 1.25rem;
@@ -388,7 +388,7 @@
}
.highlight-toolbar {
background-color: var(--bs-tertiary-bg);
background-color: var(--bd-pre-bg);
border: solid var(--bs-border-color);
border-width: 1px 0;