Update header_primary in shades of blue (#11391)
This commit changes header_primary to a shade of blue, fixing contrast issues with some text colors in the header.
This commit is contained in:
parent
d627cc6233
commit
2b66a4364d
|
@ -50,7 +50,7 @@ class ColorScheme < ActiveRecord::Base
|
|||
"tertiary" => '416376',
|
||||
"quaternary" => '5e99b9',
|
||||
"header_background" => '86bddb',
|
||||
"header_primary" => 'ffffff',
|
||||
"header_primary" => '203243',
|
||||
"highlight" => '86bddb',
|
||||
"danger" => 'bf3c3c',
|
||||
"success" => '70db82',
|
||||
|
|
Loading…
Reference in New Issue