Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2022-10-13Fix footnote selector (#48)HEADmasterLukas Joswiak
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-13Wrap long strings to prevent horizontal scroll (#47)Lukas Joswiak
This is mainly useful for long URLs which could otherwise cause a horizontal scroll bar to appear on low width screens.
2021-12-12Improve legibility of footer text (#26)Thomas Rettig
Improve the colour contrast and bump up the font-weight to improve legibility of the footer text.
2021-12-12Add cursor to <abbr> (#27)Thomas Rettig
2021-09-14Fix timestamp render issue for low width screensLukas Joswiak
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-14Update default font to use newer system fontsLukas Joswiak
2021-04-11Add support for lastmod (#19)Lukas Joswiak
2021-03-24Simple CSS for blockquotes that work in both light and dark modes (#15)Ricky Shin
2020-08-31Add dark scrollbar for dark modeLukas Joswiak
2020-06-30Decrease font size of footnotesLukas Joswiak
2020-06-08Add styles for figure shortcodeLukas Joswiak
2020-06-08Add table of contents shortcode (#3)Lukas Joswiak
2020-06-02Add responsive CSS media queryLukas Joswiak
2020-06-02Move CSS to external stylesheetLukas Joswiak
2020-05-15Initial commitLukas Joswiak