Styled the scrollbar

This commit is contained in:
Emi Simpson 2022-02-05 19:03:45 -05:00
parent 3e2f92bb5d
commit 43d536f562
Signed by untrusted user: Emi
GPG Key ID: 45E9C6E81BD86E7C
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
body {
html {
--color-bg: #170423;
--color-hi: #ce027c;
--color-lo: #4a056d;
scrollbar-color: var(--color-lo) var(--color-bg);
}
body {
background-color: var(--color-bg);
color: white;