mirror of
https://github.com/discourse/discourse.git
synced 2025-06-13 01:46:29 +08:00
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:
@ -50,7 +50,7 @@ class ColorScheme < ActiveRecord::Base
|
|||||||
"tertiary" => '416376',
|
"tertiary" => '416376',
|
||||||
"quaternary" => '5e99b9',
|
"quaternary" => '5e99b9',
|
||||||
"header_background" => '86bddb',
|
"header_background" => '86bddb',
|
||||||
"header_primary" => 'ffffff',
|
"header_primary" => '203243',
|
||||||
"highlight" => '86bddb',
|
"highlight" => '86bddb',
|
||||||
"danger" => 'bf3c3c',
|
"danger" => 'bf3c3c',
|
||||||
"success" => '70db82',
|
"success" => '70db82',
|
||||||
|
Reference in New Issue
Block a user