Skip to content

Commit

Permalink
Merge pull request #31 from stakovicz/issue-1285-mastodon-link
Browse files Browse the repository at this point in the history
issue#1285 mastodon link speaker
  • Loading branch information
stakovicz authored Nov 26, 2024
2 parents cc98fcf + 8f556ce commit b3ab3a5
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions resources/themes/basis_child/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ article.conferenciers {

.conferenciers h3 {
font-family: Roboto, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: 400;
font-weight: bold;
color: #045e80;
float: left;
}
.conferenciers h3 .societe {
font-weight: normal;
font-size: 23px;
}

article.conferenciers a.twitter {
Expand Down Expand Up @@ -267,10 +269,25 @@ footer .widget_nav_menu a{
top: 5px;
}

.twitter-follow-button {
.follow-button {
display: inline-flex;
margin: 0 15px;
align-items: center;
font-weight: bold;
font-size: 12px;
border-radius: 9999px;
padding: 4px 12px;
box-sizing: border-box;
background-color: #CCC;
color: #045e80;
}
.follow-button:hover {
background-color: #045e80;
color: #fff;
}
.follow-button svg {
margin-right: 5px;
}

article .basis-list ul {
list-style-position: inside;
}
Expand Down

0 comments on commit b3ab3a5

Please sign in to comment.