Update main.css

This commit is contained in:
Руслан 2023-09-30 16:57:27 +06:00 committed by GitHub
parent 0fee992170
commit 747206ceb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
:root{
--maincolor: #6667AB;
--maincolor: peachpuff;
}
html {
@ -254,7 +254,7 @@ svg {
}
span:not([style]):not([class="language-sh"] span):not([class="meta"]):not([class="pagination"] span)::before {
content: "$ ";
content: "# ";
color: #555;
}