This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/settings
nx a02f04cb0b white blended theme is default
Dark was previously chosen as the default theme color, this meant light text on dark backgrounds. Now we move over to white. Browser extensions and system dark settings can do the heavy lifting for us. Support for a light theme is our aim.

settings/_colors.scss

Colors saw additional navbar color variables to bring cohesion to the table. For instance, $nav-bg-color.

components/_toolbar.scss

We shifted the practise of hard boiling hexidecimal values and opted for linking the variables from the color settings. Any changes to settings will be easily reflected across the toolbar with less effort.
2022-02-04 01:41:41 +00:00
..
_colors.scss white blended theme is default 2022-02-04 01:41:41 +00:00
_font-families.scss settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00
_font.scss settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00
_headings.scss settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00
_measurements.scss return border-radius var 2022-02-04 00:48:12 +00:00
_spacing.scss settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00