Update main.css

This commit is contained in:
Руслан 2023-09-26 00:57:43 +06:00 committed by GitHub
parent 55f14c22a9
commit c25f29e085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):not([class="meta"]):not([class^="page-item"] span)::before {
content: "$ ";
color: #555;
}