Add custom scrollbar colors
This commit is contained in:
parent
9b0ae307ea
commit
8f37f43ca4
|
@ -5,6 +5,7 @@
|
|||
|
||||
html {
|
||||
background-color: #21192c;
|
||||
scrollbar-color: #1a1423 #21192c;
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
@ -13,7 +14,7 @@ html {
|
|||
}
|
||||
|
||||
.center-left {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
transform: translate(0, -50%);
|
||||
margin-left: 5%;
|
||||
|
|
Loading…
Reference in New Issue