basic themes

This commit is contained in:
Nazar Kanaev
2020-07-31 20:55:54 +01:00
parent 532c9ace21
commit cd6d75a076
2 changed files with 26 additions and 9 deletions

View File

@@ -434,3 +434,18 @@ select.form-control:not([multiple]):not([size]) {
border-left: 3px solid #22262a;
padding-left: 1rem;
}
/* theme */
.theme-light {
}
.theme-sepia {
background-color: yellow;
}
.theme-night {
background-color: black;
color: white;
}