Added userContent.css for scrollbar customization

This commit is contained in:
z3rOR0ne 2023-02-24 01:58:31 -08:00
parent ee99e55d51
commit ff9e8d93f2

View file

@ -0,0 +1,3 @@
:root {
scrollbar-color: #2c77ac #2c77ac;
}