2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
Mark Otto
2016-10-16 19:44:11 -07:00
parent 5b7ec495e3
commit 6d6538fc81
28 changed files with 49 additions and 31 deletions
+18
View File
@@ -1515,6 +1515,24 @@
color: #999;
}
.language-bash::before {
color: #009;
content: "$ ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.language-powershell::before {
color: #009;
content: "PM> ";
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.anchorjs-link {
color: inherit;
}