mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +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
|
--base0D: #{$blue-300}; // #61afef
|
||||||
--base0E: #{$indigo-200}; // #c678dd
|
--base0E: #{$indigo-200}; // #c678dd
|
||||||
--base0F: #{$red-300}; // #be5046
|
--base0F: #{$red-300}; // #be5046
|
||||||
|
|
||||||
|
.language-diff .gd {
|
||||||
|
color: $red-400;
|
||||||
|
}
|
||||||
|
.language-diff .gi {
|
||||||
|
color: $green-400;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl { background-color: var(--base02); }
|
.hl { background-color: var(--base02); }
|
||||||
@ -53,7 +60,7 @@
|
|||||||
.ge { font-style: italic; }
|
.ge { font-style: italic; }
|
||||||
.gh {
|
.gh {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #fff;
|
color: var(--base0A);
|
||||||
}
|
}
|
||||||
.gi { color: var(--bs-success); }
|
.gi { color: var(--bs-success); }
|
||||||
.gp {
|
.gp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user