Update main.css

This commit is contained in:
2023-09-26 00:45:42 +06:00
committed by GitHub
parent 405236b8ba
commit 55f14c22a9

View File

@ -253,7 +253,7 @@ svg {
-webkit-overflow-scrolling: touch;
}
span:not([style]):not([class^="language-sh"] span)::before {
span:not([style]):not([class="language-sh"] span)::before {
content: "$ ";
color: #555;
}