
/*
    LIGHT THEME
*/

.light {
    color: black;
    background-color: #f8f9fa;
}

.light header {
    background-color: #424242;
}

.light header h1 {
    color: #fafafa;
}


/*
    DARK THEME
*/

.dark, .dark .table, .dark .list-group-item, .dark input, .dark select {
    background-color: #212529;
    color: white;
}

.dark header {
    background-color: #212121;
}

.dark header h1 {
    color: ghostwhite;
}

.dark input {
    color: white;
}
