Add scrollbar color

pull/1/head
mat ess 2022-09-20 02:03:36 -04:00
parent e8906dba0d
commit 550e2b7cc7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ html {
color: var(--text-0);
font-family: var(--text-font);
line-height: 1.6em;
scrollbar-color: var(--primary-color) var(--bg-0);
}
.content {