mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Design improvements and bug fixes
This commit is contained in:
+2
-2
@@ -13,12 +13,12 @@
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: #16161a;
|
||||
background: #696969;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgb(133, 133, 133);
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
|
||||
Reference in New Issue
Block a user