Skip to content

Commit

Permalink
Update xtwitter.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Aug 23, 2023
1 parent 29baea2 commit def4cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ils-xtwitter/xtwitter.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.il-footer-social a[href*="twitter.com/"]::before {
content: '';
display: block;
width: 35px;
height: 30px;
margin-top: 9px;
width: 28px;
height: 25px;
margin: 12px 0 0 6px;
background-color: white;
-webkit-mask-image: url(//contrib.webtheme.illinois.edu/ils-xtwitter/xtwitter.svg);
mask-image: url(//contrib.webtheme.illinois.edu/ils-xtwitter/xtwitter.svg);
}

.il-footer-social a[href*="twitter.com/"]:hover::before, .il-footer-social a[href*="twitter.com/"]:focus::before {
background-color: var(--il-orange);
}
}

0 comments on commit def4cbd

Please sign in to comment.