Commit Graph

3 Commits

Author SHA1 Message Date
spongycake 5be463ca47 Moved container to components 2022-02-27 00:41:39 +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
Dooglet 26aefc01be css,js sources 2022-01-23 19:09:33 +00:00