You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
341 B

.dark-theme {
background: #232729;
color: #d9d9d9;
}
.dark-theme
.card,
.list-group-item,
input,
.nav-link {
background: none!important;
border-color: #3b4145;
}
.dark-theme input {
color: #00ffd8;
}
.dark-theme input:focus {
color: #00ffd8;
box-shadow: 0px 0px 5px #00ffd8!important;
border: none;
}