Commit Graph

5 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 797ece883e Add a hotfix for :has() selector
This hotfix requires not using that selector at all, which worsens the experience in Chrome.
2023-06-22 20:57:27 +02:00
Michael Fabian 'Xaymar' Dirks 4b565ad8d9 Increase font size and line height for better readability 2023-04-03 22:54:56 +02:00
Michael Fabian 'Xaymar' Dirks 441a8f0655 Prefer HTML over Liquid Templates
While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?

The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
2023-04-03 22:25:08 +02:00
Michael Fabian 'Xaymar' Dirks 445d5f45f5 Make <details> appear as a link 2022-11-26 23:32:24 +01:00
Michael Fabian 'Xaymar' Dirks 956c88eaee Add details block 2022-01-10 09:22:52 +01:00