Animations: Made badges not have the hover animation
This commit is contained in:
parent
d65f5317df
commit
dc9dd5791c
2 changed files with 10 additions and 5 deletions
|
@ -76,12 +76,13 @@
|
||||||
<br>
|
<br>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
<badges>
|
||||||
|
<a class="no_hover" href="https://www.gentoo.org" target="_blank"><img src="https://sugary.kemonomimi.gay/badges/gentoo.png"></a>
|
||||||
|
<a class="no_hover" href="https://www.archlinux.org" target="_blank"><img src="https://sugary.kemonomimi.gay/badges/archlinux.png"></a>
|
||||||
|
<br><br>
|
||||||
|
</badges>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://www.gentoo.org" target="_blank"><img src="https://sugary.kemonomimi.gay/badges/gentoo.png"></a>
|
|
||||||
<a href="https://www.archlinux.org" target="_blank"><img
|
|
||||||
src="https://sugary.kemonomimi.gay/badges/archlinux.png"></a>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
© 2023 - the gay people in your computer <br>
|
© 2023 - the gay people in your computer <br>
|
||||||
theme from <a href="https://github.com/catppuccin/catppuccin" target="_blank">catppuccin</a> <br>
|
theme from <a href="https://github.com/catppuccin/catppuccin" target="_blank">catppuccin</a> <br>
|
||||||
oneko from <a href="https://github.com/adryd325/oneko.js" target="_blank">oneko.js</a>
|
oneko from <a href="https://github.com/adryd325/oneko.js" target="_blank">oneko.js</a>
|
||||||
|
|
|
@ -86,3 +86,7 @@ ul {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no_hover::before {
|
||||||
|
all: initial;
|
||||||
|
}
|
Loading…
Reference in a new issue