mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 15:07:17 +03:00
Update main.css
This commit is contained in:
parent
7211750709
commit
07cb04c77a
@ -251,3 +251,15 @@ svg {
|
|||||||
position: relative;
|
position: relative;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 3.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: var(--maincolor);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user