Commit graph

11 commits

Author SHA1 Message Date
Lukas Joswiak 3286754ceb
Fix footnote selector (#48)
It appears a recent version of hugo changed the HTML generated for
footnotes. They used to be inside a `section` tag with the `footnotes`
class. They are now in a `div` with the `footnotes` class.
2022-10-12 21:21:44 -07:00
Lukas Joswiak 0290193019
Wrap long strings to prevent horizontal scroll (#47)
This is mainly useful for long URLs which could otherwise cause a
horizontal scroll bar to appear on low width screens.
2022-10-12 21:21:32 -07:00
Thomas Rettig f6133c4eac
Improve legibility of footer text (#26)
Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
2021-12-11 17:30:46 -08:00
Thomas Rettig 99e5a824d1
Add cursor to <abbr> (#27) 2021-12-11 17:22:18 -08:00
Lukas Joswiak 9decabbbad Fix timestamp render issue for low width screens
The font-size rule specified with ems was recursively applying to the
<time> child, causing the date itself to be even smaller. I noticied
this in Safari on iOS.
2021-09-13 23:21:48 -07:00
Lukas Joswiak 0386588b47 Update default font to use newer system fonts 2021-09-13 22:16:00 -07:00
Lukas Joswiak 3e7256c7ea
Add support for lastmod (#19) 2021-04-10 18:54:26 -07:00
Ricky Shin 2a641ceb99
Simple CSS for blockquotes that work in both light and dark modes (#15) 2021-03-23 21:51:15 -07:00
Lukas Joswiak 5aaf85b2cf Decrease font size of footnotes 2020-06-29 23:56:45 -07:00
Lukas Joswiak 17af6e51ae Add styles for figure shortcode 2020-06-08 00:17:13 -07:00
Lukas Joswiak 229986d1fc Move CSS to external stylesheet 2020-06-01 16:47:17 -07:00
Renamed from layouts/partials/css/main.css (Browse further)