feat(fe/styles): add dark theme

This commit is contained in:
hexxa 2022-03-19 16:31:39 +08:00 committed by Hexxa
parent 4cdfddc090
commit 916520bed1
15 changed files with 430 additions and 50 deletions

View file

@ -153,7 +153,6 @@
}
.theme-default #tail {
color: #34495e;
font-size: 1.2rem;
text-align: center;
margin: 4rem auto;
@ -332,16 +331,16 @@
/* +colors */
.theme-default .dark-font {
.theme-default .minor-font {
color: #34495e;
}
.theme-default .light-font {
.theme-default .major-font {
color: #95a5a6;
}
.theme-default .normal-font {
color: #697384;
}
.theme-default .highlight-font {
.theme-default .focus-font {
color: #16a085;
}
.theme-default .error-font {
@ -351,16 +350,16 @@
.theme-default .lightest-bg {
background-color: white;
}
.theme-default .light-bg {
.theme-default .major-bg {
background-color: #f6f6f6;
}
.theme-default .normal-bg {
background-color: #ecf0f6;
}
.theme-default .highlight-bg {
.theme-default .focus-bg {
background-color: #16a085;
}
.theme-default .dark-bg {
.theme-default .minor-bg {
background-color: #2c3e50;
}
.theme-default button {