Use CSS properties to define colors for each theme

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2025-01-23 21:25:38 -03:00
parent 6f9332983c
commit 2d684465cb
5 changed files with 28 additions and 24 deletions

View File

@@ -11,6 +11,12 @@
:root {
--datatable-bgcolor: rgba(64, 76, 88, 0.8);
--overlay-bgcolor: var(--datatable-bgcolor);
/* Dashboard graphic bars */
--allowed-color: #12b660;
--blocked-color: #822d21;
--cached-color: #44649c;
--other-color: #969798;
}
/* fix #2554: browser not detecting dark mode */