9 Commits (363accb91ae6cf3d6c0a5598ae5d00034c2139df)

Author SHA1 Message Date
supakeen 363accb91a Play with the background for prefers-dark. 2 years ago
supakeen 0e97559d27 Cleanup of CSS.
All units expressed in `rem`, invert logo in prefers-dark, padding
around the footer.
2 years ago
supakeen 925778b060 Text line-height and link hovers, semantics.
The general 'good readability' rule is to have a bit larger line-height,
aside from this I've added some interactivity to links by hovering over
them.

I also replaced `staticContent` with `article` for semantics.
2 years ago
supakeen a351c5d8f1 Dark mode through media query.
Browsers can prefer a certain color scheme. This commit implements a new
dark color scheme for the website which is supposed to be a placeholder,
better colors could be chosen.
2 years ago
supakeen 0c6ba5e1e4 Add media queries for larger screens.
It is hard for people to keep track of very wide pages (and
sentences), with these mediaqueries the width of the site is limited on
screens that are wider than a 1000, or 1400 pixels.
2 years ago
supakeen 9e680d0882 Simplify layout and templates.
By removing wrapper elements and switching to a CSS grid layout there
are overall less elements to style while providing the same
possibilities.
2 years ago
Sven Slootweg 78a0c5a051 WIP 2 years ago
Sven Slootweg 8537fb91e0 WIP, sync 3 years ago
Sven Slootweg 3f67beaaa6 Initial commit 3 years ago