Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 8392b12

Browse files
committed
Feat: Dark Mode optimization
1 parent dcbd17b commit 8392b12

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/assets/css/dark-mode.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@
183183
.el-tag.el-tag--info {
184184
background-color: #060606;
185185
}
186+
187+
.el-switch__label {
188+
color: #eeeeee
189+
}
190+
191+
.el-input-number__decrease,.el-input-number__increase{
192+
background-color: rgb(42, 42, 42)
193+
}
186194
}
187195

188196
.dark {

0 commit comments

Comments
 (0)