Skip to content

Commit 5243ee5

Browse files
committed
Remove underline for button active and hover state
1 parent a88f222 commit 5243ee5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,10 @@ li {
7777
text-decoration: none;
7878
}
7979
.button.active,
80+
.button.active:hover,
8081
.button:hover {
8182
background: rgba(183, 73, 73, 0.3);
82-
}
83-
.button:hover {
84-
text-decoration: underline;
83+
text-decoration: none;
8584
}
8685

8786
/** HEADER **/

0 commit comments

Comments
 (0)