Skip to content

Commit

Permalink
Remove underline from simple-button in case of using <a>
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexisu committed Mar 5, 2022
1 parent 414f19c commit a31ab13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yaff.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ h6 {
padding: 6px 14px;
color: var(--simple-button-text);
border-radius: 4px;
text-decoration: none;
}

.yaff.simple-button:hover {
Expand Down

0 comments on commit a31ab13

Please sign in to comment.