Update main.css

This commit is contained in:
Руслан 2023-10-09 01:42:35 +06:00 committed by GitHub
parent c49d23cfe2
commit f566389b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,11 +253,16 @@ svg {
-webkit-overflow-scrolling: touch;
}
span:not([style]):not([class="language-sh"] span):not([class="meta"]):not([class="pagination"] span)::before {
span:not([style]):not([class="language-sh"] span):not([class="language-bash"] span):not([class="meta"]):not([class="pagination"] span)::before {
content: "# ";
color: #555;
}
span:not([style]):not([class="language-sh"] span):not([class="meta"]):not([class="pagination"] span)::before {
content: "$ ";
color: #555;
}
code {
background-color: #111;
}