Content
View differences
Updated by Henriette Darge 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 Admin users can only define **1** color for the current possible design colors we **remove** the following: (left-side) sidebar
* Header font That color defines the background of the sidebar
* Header font on hover The `accent` color is used for the current selection
* Header border The hover effect colours are automatically calculated out of the accent color
* Main menu The font
* Main menu font when selected
* Main menu font on hover
* Main menu border
* All of these colors will be calculated is either white or black depending on the brightness of the respective background to ensure a high-enough contrast.
contrast
## Open question
* In code, all of these colors will be either black (#333333) or white (#FFFFFF) [ ] Do we want to allow users to define the base color for the sidebar at all?
* 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
* Header font
* Header font on hover
* Header border
* Main menu
* Main menu font when selected
* Main menu font on hover
* Main menu border
* All of these colors will be calculated
## Open question