mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
Update main.css
This commit is contained in:
@ -251,3 +251,15 @@ svg {
|
||||
position: relative;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 3.5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: black;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--maincolor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user