diff options
| author | Matthias Kestenholz <mk@feinheit.ch> | 2021-01-07 10:07:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 10:07:19 +0100 |
| commit | 0a802233ec1421e5e59a486be69daef9b112fd0d (patch) | |
| tree | 51446f08155caa22365fa2ee3ad34510eb5787ea /docs/internals | |
| parent | 102d92fc09849e1a9004dd3f9a14a0ea9ca392cd (diff) | |
Fixed #32018 -- Extracted admin colors into CSS variables.
Defined all colors used in the admin CSS as variables. Implemented the
following standardizations and accessibility improvements while at it:
- Improved the contrast of text to not use ratios of less than 3:1 anymore.
- Most hover states already used desaturated and darkened colors.
Changed object tools to follow the same rule instead of showing the
primary color on hover.
Various places used similar colors; those have been merged with the goal
of reducing the count of CSS variables. Contrasts have been improved in
a few places.
- Many borders used slightly different colors (e.g. #eaeaea vs. #eee)
- Help texts used #999, this has been changed to --body-quiet-color
(#666) which has a better contrast.
Introduced fast color transitions on links and buttons.
Diffstat (limited to 'docs/internals')
0 files changed, 0 insertions, 0 deletions
