hover icons for header links

This commit is contained in:
zoe 2022-04-18 11:07:06 +02:00
parent db5a1b8664
commit a80d65e605
2 changed files with 8 additions and 1 deletions

View File

@ -75,6 +75,13 @@ h5,
h6 {
border-top-right-radius: $radius;
border-bottom-right-radius: $radius;
& .uplink {
&:hover {
&::before {
content: "";
}
}
}
& .with-rss {
&:hover {
&::before {

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<section id="main">
<div class="titlecontainer">
<h1 id="title" class="colorswitch"><a href="./" class="colorswitch singlepagelink">{{ .Title }}</a></h1>
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">{{ .Title }}</a></h1>
</div>
<div>
<article id="content" class="colorswitch">