update scrollbar color for dark theme

This commit is contained in:
NightFox 2024-02-15 20:07:19 +03:00
parent 678d57e046
commit de20be6d94

View File

@ -1,7 +1,7 @@
body {
background: black;
color: #EEE;
scrollbar-color: #67005c #222; /*#5e0080?*/
scrollbar-color: #992a8d #222; /*#5e0080? #67005C?*/
}
.panel {