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

@@ -1,6 +1,6 @@
.container {
background: #fff;
background: rgba(142, 142, 142, 0.6);
height: 100vh;
width: 100vw;
display: flex;