Content
View differences
Updated by Behrokh Satarnejad over 1 year ago
# Pain point
* Currently the configuration of the design in the administration is very complex as there are many variables to be defined
* The more customization we allow, the harder it will be to standardize the color scheme accordingly to Primer
# Acceptance criteria
* In admin/design: From the current possible design colors we **remove** the following:
* Header font
* Header font on hover
* Header border
* Main menu font
* Main menu font when selected
* Main menu font on hover
* Main menu border
* All of these colors will be calculated depending on the brightness of the respective background to ensure a high-enough contrast.
* In code, all font of these colors will be either black (#333333) or white (#FFFFFF)
* Border color will be set only when there is a bright background. It should be #d0d7de for 'Header border' and 'Main menu border'
* Currently the configuration of the design in the administration is very complex as there are many variables to be defined
* The more customization we allow, the harder it will be to standardize the color scheme accordingly to Primer
# Acceptance criteria
* In admin/design: From the current possible design colors we **remove** the following:
* Header font
* Header font on hover
* Header border
* Main menu font
* Main menu font when selected
* Main menu font on hover
* Main menu border
* All of these colors will be calculated depending on the brightness of the respective background to ensure a high-enough contrast.
* In code, all font
* Border color will be set only when there is a bright background. It should be #d0d7de for 'Header border' and 'Main menu border'