feat: add darkblue theme, refactor dark theme

This commit is contained in:
pa
2025-08-03 21:59:40 +09:00
committed by Natsumi
parent 4e64177722
commit 2fea5f25b9
14 changed files with 890 additions and 502 deletions

View File

@@ -179,6 +179,7 @@ li[class='el-menu-item is-active'] {
.el-input__inner {
background-color: var(--dv_bg-bot);
border-radius: var(--dv_lg-rounded);
transition: none !important;
}
.el-table thead {
@@ -748,3 +749,11 @@ i[class='el-icon-star-off']:not(.el-menu-item div.el-tooltip i) {
color: var(--dv_muted);
}
// Date picker end
div.x-friend-list
> div:nth-child(1)
> div
> div.el-textarea.el-input--mini
> span.el-input__count {
background-color: var(--mid) !important;
}