Optimized dark theme mode

- Make dark theme mode less dark
This commit is contained in:
Toby Chui
2025-01-15 20:44:20 +08:00
parent 0d4c71d0f6
commit 45f61b3053
4 changed files with 29 additions and 16 deletions

View File

@@ -36,6 +36,10 @@
overflow-y: auto;
}
body.darkTheme #upstreamTable{
border: 1px solid var(--button_border_color);
}
.upstreamEntry.inactive{
background-color: #f3f3f3 !important;
}