Skip to content

Commit

Permalink
remove underlines
Browse files Browse the repository at this point in the history
from the buttons on the frontpage
  • Loading branch information
patrickuhlmann committed Dec 19, 2022
1 parent 5c022fb commit 526cc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default class Home extends Vue {
border: 1px solid darken(#323394, 50%);
box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.2);
display: block;
text-decoration: underline;
text-decoration: none;
margin: 2px;
}
Expand Down

0 comments on commit 526cc05

Please sign in to comment.