Design improvements and bug fixes

This commit is contained in:
pheralb
2022-03-05 17:03:33 +00:00
parent b67dcc0be9
commit 7409e7b9be
9 changed files with 81 additions and 26 deletions
+2 -2
View File
@@ -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 */