From c20a170dc359827fff7b3ecb77edf9be83ad45a7 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 15 Apr 2022 14:38:50 +0200 Subject: [PATCH] Adding all style parameters into CSS variables --- slt/css/dynamic-styles.css.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/slt/css/dynamic-styles.css.php b/slt/css/dynamic-styles.css.php index 589713c..45e55fd 100644 --- a/slt/css/dynamic-styles.css.php +++ b/slt/css/dynamic-styles.css.php @@ -211,3 +211,33 @@ table.alternating tr:nth-child(1) a { color: ; background-color: ; } + + +:root { + --color-fg-top: ; + --color-bg-top: ; + --color-fg-top-dark: ; + --color-bg-top-dark: ; + --color-fg-top-light: ; + --color-bg-top-light: ; + + --color-main: ; + --color-main-link: ; + + --color-page-bg-top: ; + --color-page-bg-bottom: ; + + --color-menu: ; + --color-menu-background: ; + --color-menu-active: ; + --color-menu-background-active: ; + + --color-effect: ; + --color-effect-background: ; + --color-effect-header: ; + --color-effect-background-header: ; + + --color-side-background: ; + --image-left-side: ; + --image-right-side: ; +}