mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 06:21:26 +02:00
Fix the chroma fix and use Sass more.
This commit is contained in:
@@ -70,20 +70,25 @@
|
|||||||
/* LiteralStringOther */ .chroma .sx { color: #c30; }
|
/* LiteralStringOther */ .chroma .sx { color: #c30; }
|
||||||
/* TextWhitespace */ .chroma .w { color: #bbb; }
|
/* TextWhitespace */ .chroma .w { color: #bbb; }
|
||||||
|
|
||||||
.chroma .language-bash::before,
|
.chroma {
|
||||||
.chroma .language-sh::before {
|
.language-bash,
|
||||||
color: #009;
|
.language-sh {
|
||||||
content: "$ ";
|
&::before {
|
||||||
user-select: none;
|
color: #009;
|
||||||
}
|
content: "$ ";
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.chroma .language-bash .m,
|
// This is just to work around a Chroma bug;
|
||||||
.chroma .language-sh .m {
|
// should be removed when fixed upstream
|
||||||
color: initial;
|
.m {
|
||||||
}
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.chroma .language-powershell::before {
|
.language-powershell::before {
|
||||||
color: #009;
|
color: #009;
|
||||||
content: "PM> ";
|
content: "PM> ";
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user