Skip to content

Commit 5e5c561

Browse files
author
Matthew O
authored
Fix CSS styling for Twitter butto
1 parent 1762148 commit 5e5c561

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: assets/linkstack/css/brands.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,8 @@ button.button-scribd{
11531153

11541154
/* Twitter */
11551155
.button.button-twitter {
1156-
--button-text:#FFFFFF;
1157-
--button-background:#000000;
1158-
--button-border:1px solid #FFFFFF;
1156+
color: #FFFFFF;
1157+
background-color: #000000;
11591158
}
11601159
.button.button-twitter:hover,
11611160
.button.button-twitter:focus {

0 commit comments

Comments
 (0)