mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Fix colors in diff syntax colors
This commit is contained in:
parent
9004a58c00
commit
8986c5e0a5
@ -35,6 +35,13 @@
|
||||
--base0D: #{$blue-300}; // #61afef
|
||||
--base0E: #{$indigo-200}; // #c678dd
|
||||
--base0F: #{$red-300}; // #be5046
|
||||
|
||||
.language-diff .gd {
|
||||
color: $red-400;
|
||||
}
|
||||
.language-diff .gi {
|
||||
color: $green-400;
|
||||
}
|
||||
}
|
||||
|
||||
.hl { background-color: var(--base02); }
|
||||
@ -53,7 +60,7 @@
|
||||
.ge { font-style: italic; }
|
||||
.gh {
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
color: var(--base0A);
|
||||
}
|
||||
.gi { color: var(--bs-success); }
|
||||
.gp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user