Fix CSS styling for Twitter butto

This commit is contained in:
Matthew O 2024-11-26 13:25:42 +00:00 committed by GitHub
parent 176214873d
commit 5e5c5615f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1153,9 +1153,8 @@ button.button-scribd{
/* Twitter */ /* Twitter */
.button.button-twitter { .button.button-twitter {
--button-text:#FFFFFF; color: #FFFFFF;
--button-background:#000000; background-color: #000000;
--button-border:1px solid #FFFFFF;
} }
.button.button-twitter:hover, .button.button-twitter:hover,
.button.button-twitter:focus { .button.button-twitter:focus {