🐛 Fix text decoration on button

This commit is contained in:
Eva 2023-07-11 08:52:36 +02:00
parent 2b37a3c613
commit 41924246aa
2 changed files with 2 additions and 0 deletions

View file

@ -290,6 +290,7 @@
border-radius: $br4;
margin: 0.5rem;
cursor: pointer;
text-decoration: none;
&:hover {
background-color: $color-primary;