Commit graph

15 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 5e00f7c0a7 Add dark scrollbar for dark mode 2020-08-30 16:45:01 -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 e7a40d5305
Add table of contents shortcode (#3) 2020-06-07 20:40:45 -07:00
Lukas Joswiak f8e5ca54ec Add responsive CSS media query 2020-06-01 19:32:47 -07:00
Lukas Joswiak 229986d1fc Move CSS to external stylesheet 2020-06-01 16:47:17 -07:00
Lukas Joswiak 3e882d86e6 Initial commit 2020-05-14 23:48:11 -07:00