7 Commits

Author SHA1 Message Date
meewgumi
55ef676d7d
pre codeblock horizontal scroll
This allows divs containing preformatted codeblocks to scroll horizontally. For an example of the non-scrolling current behavior, look at the shell script on [this note page](https://digital-garden-jekyll-template.netlify.app/your-first-note) with browser <1100px. The div containing a preformatted block is not resizing with the grid, which is preventing the backlinks box from being visible. This is also a problem on mobile devices, since horizontal scrolling of the body is not allowed.

This fix, `display: grid`, allows the div.highlight element to resize along with the grid container, fixing both the responsive backlink box issue and horizontal scrolling of the codeblock for browser widths <600px.
2021-05-30 05:10:24 +00:00
Maggie Delano
8e6ef533c6 Fix footnote and reversefootnote links from being treated as external links 2021-03-14 00:05:17 -05:00
Maxime Vaillancourt
eb979640c5 Add background color to internal links 2020-10-15 07:25:23 -04:00
Maxime Vaillancourt
1a0a706556 Style invalid bracket links (grey them out) 2020-10-15 07:25:03 -04:00
Maxime Vaillancourt
af8b29d77d
Restore unordered list indent 2020-07-25 18:08:10 -04:00
Maxime Vaillancourt
b6849b30aa Add link previews on hover 2020-07-21 21:05:19 -04:00
Maxime Vaillancourt
a110142f56 Initial release 2020-05-19 22:59:37 -04:00