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 {