hover icons for header links

This commit is contained in:
Zoe 2022-04-18 10:43:09 +02:00
parent 3dd816a0ab
commit 6a2c87267a
16 changed files with 56 additions and 14 deletions

View file

@ -173,6 +173,13 @@ h6a.light {
h6a.light:hover {
background-color: transparent; }
h1 a {
color: #413c74; }
h1 a.light {
color: #ffffff; }
h1 a:hover {
background-color: transparent; }
h1 #rss-title {
background-color: transparent;
color: #413c74; }
@ -487,6 +494,20 @@ h5,
h6 {
border-top-right-radius: 48pt;
border-bottom-right-radius: 48pt; }
h1 .with-rss:hover::before,
h2 .with-rss:hover::before,
h3 .with-rss:hover::before,
h4 .with-rss:hover::before,
h5 .with-rss:hover::before,
h6 .with-rss:hover::before {
content: " "; }
h1 .singlepagelink:hover::before,
h2 .singlepagelink:hover::before,
h3 .singlepagelink:hover::before,
h4 .singlepagelink:hover::before,
h5 .singlepagelink:hover::before,
h6 .singlepagelink:hover::before {
content: "./"; }
h1 .hash-link:hover,
h2 .hash-link:hover,
h3 .hash-link:hover,