add DarkMode

This commit is contained in:
LiuHao
2023-04-22 01:05:11 +08:00
parent 1eda36201a
commit 94f96181f3
8 changed files with 81 additions and 38 deletions

View File

@ -26,6 +26,10 @@ html {
box-sizing: border-box;
}
html.dark .svg-icon, html.dark svg {
fill: var(--el-text-color-regular);
}
#app {
height: 100%;
}
@ -200,4 +204,4 @@ aside {
vertical-align: middle;
margin-bottom: 10px;
}
}
}