added a 'moonlight worth' scrollbar

This commit is contained in:
Moritz
2023-09-06 19:14:09 +02:00
parent 564745b4a2
commit d7ca9d1fe6

View File

@@ -64,7 +64,9 @@
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: #6964E4; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.5, #a520ca), color-stop(1, #2681cc));
border-radius: 10px;
}
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {