Commit Graph

6 Commits

Author SHA1 Message Date
spongycake ff32fa2069 limit words per line setting 2022-02-27 01:28:52 +00:00
spongycake 3b314bdf9f blue links are default
Previously orange was the default link colour. Now changed to a custom
blue. Blue as a link colour is more natural and obvious UX choice.
Contrast rules are now passing AAA tier WCAG 2 criterion, allowing us to move towards legible textual information.

Please find $link-color in `settings/_colors.scss`. The hover shade was
also reworked to pass AA WCAG 2. Extra blue variants exist but are not
accessible, they are placed in settings to cover the future development
of a dark theme. Be cautious when reusing these shades.
2022-02-27 00:48:30 +00:00
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
nx 7657b963bf return border-radius var
Variable added again after border-radius variable was missing in settings/_measurements.scss. Breakage of CSS compiling was solved.
2022-02-04 00:48:12 +00:00
spongycake 610dd16b15 settings +font-families,+font,+headings,+measurements,+spacing 2022-02-02 12:27:17 +00:00
spongycake 43a6d0c977 color variables new home
settings/_colors.scss is populated with the color variables from
variables.scss, alongside additional link variables. $body-color was
renamed to $body-text-color to avoid confusion.
2022-02-02 01:06:20 +00:00