style: scrollbar color

This commit is contained in:
trafficlunar 2025-09-13 11:52:43 +01:00
parent a6b4afdc8a
commit aa97cd813e

View file

@ -80,3 +80,14 @@ body {
[data-tooltip]:hover::after { [data-tooltip]:hover::after {
@apply opacity-100 scale-100; @apply opacity-100 scale-100;
} }
/* Scrollbar */
/* Firefox */
* {
scrollbar-color: #ff8903 transparent;
}
/* Chrome, and Safari */
*::-webkit-scrollbar-track {
background: #ff8903;
}