Skip to content
Snippets Groups Projects
Commit f309e651 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2248405 by davidhernandez, mgifford: Fixed Set Proper Contrast on the...

Issue #2248405 by davidhernandez, mgifford: Fixed Set Proper Contrast on the Color module's default colour scheme.
parent deea44e2
No related branches found
No related tags found
Loading
......@@ -43,13 +43,13 @@
'title' => t('Firehouse'),
'colors' => array(
'top' => '#cd2d2d',
'bottom' => '#cf3535',
'bottom' => '#d64e4e',
'bg' => '#ffffff',
'sidebar' => '#f1f4f0',
'sidebarborders' => '#ededed',
'footer' => '#1f1d1c',
'titleslogan' => '#fffeff',
'text' => '#3b3b3b',
'text' => '#888888',
'link' => '#d6121f',
),
),
......@@ -61,7 +61,7 @@
'bg' => '#ffffff',
'sidebar' => '#ffffff',
'sidebarborders' => '#cccccc',
'footer' => '#24272c',
'footer' => '#016b83',
'titleslogan' => '#000000',
'text' => '#4a4a4a',
'link' => '#019dbf',
......
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