Merge remote-tracking branch 'origin/devel' into devel-v6

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-04-26 09:18:39 +02:00
24 changed files with 1741 additions and 159 deletions

View File

@@ -12,6 +12,11 @@
--datatable-bgcolor: rgba(64, 76, 88, 0.8);
}
/* fix #2554: browser not detecting dark mode */
html {
color-scheme: dark;
}
body {
background-color: #353c42;
color: #bec5cb;