熊大给出的配色建议

Co-authored-by: xiongbao <4247191+xiongbao@users.noreply.github.com>
This commit is contained in:
naiba
2021-08-06 10:43:21 +08:00
parent 08c688464a
commit 5f140f1d04
11 changed files with 21 additions and 12 deletions

View File

@@ -98,9 +98,18 @@
}
.service-status .good {
background-color: rgb(0, 235, 139) !important;
background-color: rgb(10, 148, 242) !important;
}
.service-status .warning {
background-color: orange !important;
}
.nezha-primary-btn {
background-color: #0338d6 !important;
color: white !important;
}
.nezha-primary-font {
color: #0338d6 !important;
}