fixed issue with default theme

This commit is contained in:
Xpl0itR 2019-08-31 11:54:43 +01:00
commit 4b398f04d3
No known key found for this signature in database
GPG key ID: 91798184109676AD

View file

@ -80,6 +80,10 @@ these are pretty self explicative */
/*************** /***************
* Base States * * Base States *
***************/ ***************/
* {
color: white
}
.background { .background {
color: white; color: white;
background-color: #292f34; } background-color: #292f34; }
@ -1533,6 +1537,7 @@ check {
min-width: 18px; min-width: 18px;
animation: none; animation: none;
background-color: transparent; background-color: transparent;
color: #292f34
} }
radio { radio {