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.
 
 
 

21 lines
403 B

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