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