mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 10:04:25 -05:00
style: add scrollbar styling
This commit is contained in:
parent
4ed31a6871
commit
112f617f27
|
|
@ -1012,3 +1012,21 @@ section.update-signup div.circle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Scrollbar styling 'cause it's fancy */
|
||||||
|
html::-webkit-scrollbar {
|
||||||
|
width: 12px;
|
||||||
|
height: 12px;
|
||||||
|
}
|
||||||
|
html::-webkit-scrollbar-track {
|
||||||
|
background: var(--bg-shade-1);
|
||||||
|
}
|
||||||
|
html::-webkit-scrollbar-thumb {
|
||||||
|
background-color: var(--text-shade-0);
|
||||||
|
border-radius: 24px;
|
||||||
|
border: 3px solid var(--bg-shade-1);
|
||||||
|
}
|
||||||
|
html {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: var(--text-shade-0) var(--bg-shade-1);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user