aboutsummaryrefslogtreecommitdiff
path: root/styles/readme.md
blob: 58e6db0762ce7da6c97d5386a9f5ac0991074010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# styles

## dark

![dark mode style guide](./styleguidedark.png)

## light

![light mode style guide](./styleguidelight.png)

The new designs can be found on
[Figma](https://www.figma.com/file/rTciVQApAe6cwrH1Prl5Wn/4-op-een-rij?node-id=0%3A1).
The Figma designs are in dark mode, but the website will (for now) still have
light mode as it's default theme.

I'm now working on the new theming settings, and allow custom themes to be
created with css that can easily be selected in the settings page instead of
having to copy-paste color codes manually.

There are utility styles in ./utility.css. These are supposed to mimick
something like tailwind css. Most styles from the style guide are also defined
in ./global.css.