Files
certd/packages/ui/certd-client/src/style/dark.less
T

12 lines
171 B
Plaintext
Raw Normal View History

2026-02-21 23:20:26 +08:00
.dark {
.fs-page-header {
.title {
2026-02-21 23:20:26 +08:00
color: #d5d5d5 !important;
}
2026-02-21 23:20:26 +08:00
}
2026-05-31 01:48:14 +08:00
.vben-normal-menu__item.is-active {
2026-02-21 23:20:26 +08:00
background-color: #3b3b3b !important;
2026-05-31 01:48:14 +08:00
}
}