refactor: add dark theme in status page

This commit is contained in:
moonrailgun 2023-12-16 13:41:20 +08:00
parent 63145c1e4b
commit 824d5cd14e
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ a {
height: 100%;
}
.App.dark {
@apply bg-gray-900 text-white;
}
/* Scrollbar */
::-webkit-scrollbar {
width: 8px;