mod/bootstrap/vendor/bootstrap/assets/scss/_syntax.scss in card-1.93.2 vs mod/bootstrap/vendor/bootstrap/assets/scss/_syntax.scss in card-1.93.3
- old
+ new
@@ -1,5 +1,7 @@
+// stylelint-disable declaration-block-single-line-max-declarations
+
.hll { background-color: #ffc; }
.c { color: #999; }
.k { color: #069; }
.o { color: #555; }
.cm { color: #999; }
@@ -60,7 +62,17 @@
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
-.language-bash::before { color: #009; content: "$ "; user-select: none; }
-.language-powershell::before { color: #009; content: "PM> "; user-select: none; }
+.language-bash::before,
+.language-sh::before {
+ color: #009;
+ content: "$ ";
+ user-select: none;
+}
+
+.language-powershell::before {
+ color: #009;
+ content: "PM> ";
+ user-select: none;
+}