1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-08 00:27:58 +00:00
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
..
2021-04-24 16:32:56 +08:00
2021-12-03 21:23:37 +08:00
2021-04-29 19:58:37 +08:00
2021-12-05 04:42:53 +08:00
2021-07-21 23:50:16 +08:00
2021-12-05 04:42:53 +08:00
2021-12-02 05:54:43 +08:00
2021-12-05 04:42:53 +08:00
2021-12-02 21:18:18 +08:00