refactor/create global css

This commit is contained in:
Hayden
2021-02-06 12:16:51 -09:00
parent f471e38d88
commit 7bcbe0464a
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
*::-webkit-scrollbar {
width: 0.25rem;
}
*::-webkit-scrollbar-track {
background: lightgray;
}
*::-webkit-scrollbar-thumb {
background: grey;
}