mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 18:00:05 +00:00
basic themes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user