Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Yerin 1526372946 Add dark theme
It uses prefers-color-scheme CSS @media selector to determine which
theme is used.

Support table: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#browser_compatibility
2021-03-15 19:41:41 +03:00
Alexey Yerin 5f5936702d Web UI redesign
* Fixed up max-width
  Instead of using relative metric like 90rem, switched over to
  pixels. This also decreases the section so my browser won't struggle
  as much with it.
* Added proper outline
  Instead of using browser's default, I declare blue-ish outline
  manually.
* Add borders to elements
  Inspired by Sourcehut.
2021-03-15 19:34:37 +03:00
Alexey Yerin 9c754f8fea Refactor CSS, small style updates 2021-01-18 21:59:14 +03:00
Alexey Yerin 065bd6cfb0 Initial 2021-01-17 23:19:52 +03:00