Skip to content

Commit 7a9ec72

Browse files
committed
Fix button color
1 parent 15f7592 commit 7a9ec72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sass/_extra.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ h6:hover .anchor {
9999
margin-bottom: 0;
100100
}
101101

102+
a.btn, // Trick to increase the specificity and win against rules such as a:visited
102103
.btn {
103104
text-decoration: none;
104105
border-radius: 3px;
@@ -138,4 +139,4 @@ video+em {
138139
.email-submit {
139140
margin-left: 0px;
140141
}
141-
}
142+
}

0 commit comments

Comments
 (0)