Skip to content

Commit

Permalink
Update settings for links
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmgit committed Apr 21, 2024
1 parent fe4e0ef commit a26d037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ a:not([class]):hover {
text-decoration: underline;
}

a:match([class*="twitter-follow-button"]) {
a:and([class*="twitter-follow-button"]) {
text-decoration: none;
}

a:match([class*="twitter-follow-button"]):hover {
a:and([class*="twitter-follow-button"]):hover {
color: #0062cc;
text-decoration: underline;
}
Expand Down

0 comments on commit a26d037

Please sign in to comment.