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

@@ -110,6 +110,12 @@ select:-webkit-autofill {
--darkreader-selection-text: #e8e6e3;
--datatable-bgcolor: rgb(35, 47, 52);
--overlay-bgcolor: rgba(35, 47, 52, 0.7);
/* Dashboard graphic bars */
--allowed-color: #12b660;
--blocked-color: #822d21;
--cached-color: #44649c;
--other-color: #969798;
}
/* Modified CSS */