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

add support for accent colors

parent b305f90d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function gin_page_attachments_alter(&$page) {
}
// Get config of accent color.
$accent_color = theme_get_setting('accent_color');
$accent_color = theme_get_setting('accent_color', 'gin');
if ($logged_in && $accent_color) {
// Attach accent overrides CSS.
......
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