Commit Graph

4 Commits

Author SHA1 Message Date
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