refactor: add dark theme in status page
This commit is contained in:
parent
63145c1e4b
commit
824d5cd14e
@ -23,6 +23,10 @@ a {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.App.dark {
|
||||
@apply bg-gray-900 text-white;
|
||||
}
|
||||
|
||||
/* Scrollbar */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user