Commit Graph

16 Commits

Author SHA1 Message Date
0eb32679a5 Don't use the weird af "unset" keyword 2024-07-22 00:07:34 +03:00
67201978bb Fix broken code blocks with complex settings (again)
Additionally, utilize `unset` instead of transparent in more places
2024-07-21 19:59:23 +03:00
e8cc17a4a0 A11y improvements and style tweaks
- Use button element instead of anchors, fixes keyboard navigation and
other issues
- Disable search input until it's open, prevents being able to write
inside it while it's closed
- Use :root instead of html in CSS
- Add minimal size for separator between home button and other links
2024-07-16 23:42:46 +03:00
3ff75f2f7d Background-less footer, string tweaks 2024-06-20 20:17:52 +03:00
52e9cbeda0 Across the board style fixes and simplifications
Plus bump to v3
2024-06-18 03:19:37 +03:00
018fcf813c Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very
annoying
2024-06-15 02:18:13 +03:00
b7b95e6653 Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
5e6693e3d6 Use button instead of a link on 404, add cursor style, fix capitalisation 2024-04-04 01:20:25 +03:00
0fa24c2d7c Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
c0a43b83f9 Simplify some style nesting and remove leftover styles 2024-04-03 00:57:47 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
791475cf2b Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
592a486148 Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
f8efb69e6c feat: Make stuff look good on as many browser versions as possible
Rejoice iPhone users, you'll have pretty CRT now as well!
2024-01-23 09:47:59 +03:00
8c413a6101 feat: Underline links for accessebility, add active style for clickable elements, use current year in footer 2024-01-16 01:03:15 +03:00
4addfec36e feat: Restore BS icons, separate styles to modules 2024-01-13 17:15:18 +03:00