mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Use CSS properties to define colors for each theme
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user