style: scrollbar color
This commit is contained in:
parent
a6b4afdc8a
commit
aa97cd813e
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue