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
|
@ -12,7 +12,7 @@
|
|||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">about</a></h1>
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">about</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">buddies</a></h1>
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">buddies</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">find me</a></h1>
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">find me</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">things that make me happy</a></h1>
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">things that make me happy</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">wisdom</a></h1>
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">wisdom</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit db5a1b8664ed7d34538586963d042ca36f421920
|
||||
Subproject commit a80d65e6054d04da4c94e76a468e9680114cce9b
|
Loading…
Reference in a new issue