Update main.css

This commit is contained in:
Руслан 2023-09-25 22:31:25 +06:00 committed by GitHub
parent 6fce2500dd
commit bd2953e682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,9 +253,13 @@ svg {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
command::before { span:not([style])::before {
content: "$ "; content: "$ ";
color: #999; /* Цвет символа $ */ color: #555;
}
code {
background-color: #111;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {