Fix button colour

This commit is contained in:
Nikita Karamov 2023-03-21 14:37:14 +01:00
parent c78eb445b7
commit 4fa5f592ab
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@
margin: 0 auto;
}
.shareon > a:hover {
.shareon > a,
.shareon > a:hover,
.shareon > a:visited {
color: #fff;
}