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:
Jordan Vidrine 2020-12-02 09:22:30 -06:00 committed by GitHub
parent d627cc6233
commit 2b66a4364d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',