forked from rDrama/rDrama
1
0
Fork 0

fix the switches lol

master
geese-suck 2022-11-04 14:39:15 -07:00 committed by GitHub
parent bb6b2f818f
commit 51d6718b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,15 @@ input, textarea, .form-control {
border: 1px solid;
}
.custom-switch .custom-control-label::after {
background-color: #fff !important;
}
.custom-switch .custom-control-label::before {
background-color: var(--muted);
}
/*decoration*/
.score-up, .active.arrow-up::before, .arrow-up::after, .arrow-up:hover::before {
color: var(--upvote) !important;