Add custom scrollbar colors

This commit is contained in:
Agatha Lovelace 2021-03-29 02:29:08 +03:00
parent 9b0ae307ea
commit 8f37f43ca4
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
1 changed files with 2 additions and 1 deletions

View File

@ -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%;