hover icons for header links

This commit is contained in:
Zoe 2022-04-18 11:07:20 +02:00
parent 53e4211847
commit 8f6c6601f3
8 changed files with 20 additions and 6 deletions

View file

@ -494,6 +494,13 @@ h5,
h6 {
border-top-right-radius: 48pt;
border-bottom-right-radius: 48pt; }
h1 .uplink:hover::before,
h2 .uplink:hover::before,
h3 .uplink:hover::before,
h4 .uplink:hover::before,
h5 .uplink:hover::before,
h6 .uplink:hover::before {
content: " "; }
h1 .with-rss:hover::before,
h2 .with-rss:hover::before,
h3 .with-rss:hover::before,