From 255a2149b055efc175be1acf248ab432dcd599fe Mon Sep 17 00:00:00 2001 From: lan Date: Wed, 21 Dec 2022 19:10:51 +0800 Subject: [PATCH] update:dark theme --- templates/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index f89ed54..01cdde7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,9 +54,13 @@ color: #ccc !important; } - .el-input-group__prepend, .el-input__inner, .el-input-group__append, .el-drawer, #el-drawer__title, .el-empty__description, .el-select-dropdown { + .el-input-group__prepend, .el-input__inner, .el-input-group__append, .el-empty__description, .el-select-dropdown { border: 1px solid transparent; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.2); + } + + .el-drawer, #el-drawer__title, .el-drawer__body, .el-drawer__wrapper { + background-color: rgba(0, 0, 0, 0.5); } }