Update main.css

This commit is contained in:
2023-09-25 22:31:25 +06:00
committed by GitHub
parent 6fce2500dd
commit bd2953e682

View File

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