basic themes
This commit is contained in:
parent
532c9ace21
commit
cd6d75a076
2 changed files with 26 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue