mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
hover icons for header links
This commit is contained in:
parent
3dd816a0ab
commit
6a2c87267a
16 changed files with 56 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue