2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Move bash snippets $ to a :before so that it's not selectable.

This commit is contained in:
XhmikosR
2018-09-28 19:52:55 +03:00
parent 4ebaca2b58
commit ee580c178d
3 changed files with 11 additions and 5 deletions
+6
View File
@@ -94,3 +94,9 @@
display: inline-block;
padding-right: 45px;
}
.language-bash:before {
color: #033;
content: "$ ";
user-select: none;
}