Skip to content

Commit

Permalink
#4353 CSS updated to support Twitter to X changes and Clean sharing t…
Browse files Browse the repository at this point in the history
…arget size a11y
  • Loading branch information
StephDriver authored and ajrbyers committed Aug 29, 2024
1 parent cc0d475 commit 045f278
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/static/common/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,11 @@ article .list-romanupper {
height: auto;
overflow: visible;
}

a.twitter-x{
color: black;
text-decoration: none;
font-size: large;
font-weight: bold;
line-height: 1.25;
}
4 changes: 4 additions & 0 deletions src/themes/clean/assets/css/clean.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,7 @@ header svg {
.page-item.active .page-link {
background-color: #4F637D;
}

.social-share-btn{
border: 1px black solid;
}
6 changes: 4 additions & 2 deletions src/themes/material/assets/mat.css
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ nav a.sidenav-trigger i {
:root {
--facebook: #3b5998;
--facebook-hover: #3b5998;
--twitter: #00acee;
--twitter-hover: #008abe;
--twitter: black;
--twitter-hover: white;
--linkedin: #0e76a8;
--linkedin-hover: #0b5e87;
}
Expand All @@ -584,10 +584,12 @@ nav a.sidenav-trigger i {

.twitter-bg {
background-color: var(--twitter);
color: var(--twitter-hover) !important;
}

.twitter-bg:hover {
background-color: var(--twitter-hover);
color: var(--twitter) !important;
}

.linkedin-bg {
Expand Down

0 comments on commit 045f278

Please sign in to comment.