Commit Graph

6 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks cae05092e7 Color links in headers 2023-04-03 23:00:25 +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 0d27c4c8a6 Fix styling for Columns and Headings 2022-01-11 07:02:30 +01:00
Michael Fabian 'Xaymar' Dirks 3c7498b052 Update 2021-12-28 19:59:43 +01:00
Michael Fabian 'Xaymar' Dirks 6adf42d457 Add new Features:
- Block Alignments
- Tables
- Media with Links
- Block Sizes
2021-12-28 19:43:39 +01:00