Skip to content
Snippets Groups Projects
Commit 2ab2ee27 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

fix for not picking up the accent color in the BE

parent a687ae8c
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,10 @@ function gin_page_attachments_alter(&$page) {
$accent_color_css = <<<EOH
:root {
--colorPrimary: $accent_color !important;
--colorPrimaryHover: $accent_color_hover !important;
--colorPrimaryActive: $accent_color_active !important;
--colorPrimary20: $accent_color_a20 !important;
--colorGinPrimary: $accent_color !important;
--colorGinPrimaryHover: $accent_color_hover !important;
--colorGinPrimaryActive: $accent_color_active !important;
--colorGinPrimary20: $accent_color_a20 !important;
}
body .claro-details__summary:hover::before,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment