make styles more accessible for themes

This commit is contained in:
SethBurkart123
2024-05-31 11:27:53 +10:00
parent 219155455b
commit 94fcec5ec5
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -38,6 +38,10 @@ export default function loading() {
top: 0;
}
.closeLoading {
opacity: 0;
}
.dark .bkloading {
background-color: rgb(26, 26, 26);
color: white;