web/_sass
iwasaki501 f7ec9cd24a
Bug Fix: Link in a heading is rendered as an anchor and becomes invisible unless it is hovered. (#469)
`<a>` tags in headings are set to apply the style of `%anchor` in `module.scss` and `common.scss`.
Therefore, if I put a link in a heading, the link will have the same style as the anchor,
which means that the font size becomes smaller and the link will not be displayed unless I hover the mouse over it.
My suggestion is to set an `anchor` class for the `<a>` tag of the anchor and apply style settings to the `anchor` class, not to the `a` tag.
2021-12-30 15:57:02 +08:00
..
addon Bug Fix: Link in a heading is rendered as an anchor and becomes invisible unless it is hovered. (#469) 2021-12-30 15:57:02 +08:00
colors Merge branch 'feature/improve-meta-display' 2021-12-05 17:46:14 +08:00
layout Make the preview image full screen width on mobile 2021-12-10 21:54:24 +08:00
jekyll-theme-chirpy.scss Bump version to 4.3.4 2021-11-29 21:03:53 +08:00
variables-hook.scss Ignore the variables hook in the site file 2021-07-17 13:26:29 +08:00