v1.2.3 增添darkmode,调整优化界面、颜色,以适应darkmode

Signed-off-by: Riceneeder <86492950+Riceneeder@users.noreply.github.com>
This commit is contained in:
Riceneeder
2022-09-03 10:07:48 +08:00
parent 96d67f0b6a
commit f07197c39f
12 changed files with 40 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
.footer {
position: relative;
background: #fff;
box-shadow: inset 0 1px 0 0 var(--shadow-color);
z-index: 9;
@@ -78,7 +77,7 @@
line-height: 60px;
border: 0;
background: 0;
color: #333;
color: #808080;
font-size: 14px;
outline: 0;
}
@@ -107,7 +106,7 @@
position: relative;
margin-right: 17px;
width: 166px;
color: rgba(0, 0, 0, .8);
color: #808080;
font-size: 14px;
padding: 9px 8px;
font-family: 'Roboto';