Update main.css

This commit is contained in:
2023-09-25 21:01:58 +06:00
committed by GitHub
parent ffa90ac083
commit 86831ce5b2

View File

@ -253,6 +253,11 @@ svg {
-webkit-overflow-scrolling: touch;
}
command::before {
content: "$ ";
color: #999; /* Цвет символа $ */
}
::-webkit-scrollbar {
width: 3.5px;
}