styling scrollbar
This commit is contained in:
parent
7cea4e8f99
commit
fdb856dfc0
|
@ -3,6 +3,8 @@
|
|||
--border-color: #f6da92;
|
||||
--header-color: #fc94bcdd;
|
||||
--text-color: #121481;
|
||||
--scrollbar-thumb: #FC819E;
|
||||
--scrollbar-track: #FFCAD4;
|
||||
}
|
||||
|
||||
*, *::before, *::after {
|
||||
|
@ -13,6 +15,7 @@
|
|||
|
||||
html {
|
||||
font-size: 16px;
|
||||
scrollbar-color: var(--scrollbar-thumb) var(--scrollbar-track);
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue