1
0
Fork 0

styling scrollbar

This commit is contained in:
emma 2025-01-02 18:11:50 -05:00
parent 7cea4e8f99
commit fdb856dfc0
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
--border-color: #f6da92; --border-color: #f6da92;
--header-color: #fc94bcdd; --header-color: #fc94bcdd;
--text-color: #121481; --text-color: #121481;
--scrollbar-thumb: #FC819E;
--scrollbar-track: #FFCAD4;
} }
*, *::before, *::after { *, *::before, *::after {
@ -13,6 +15,7 @@
html { html {
font-size: 16px; font-size: 16px;
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
} }
body { body {