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
53e4211847
commit
8f6c6601f3
8 changed files with 20 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue