diff --git a/app/assets/stylesheets/email.css b/app/assets/stylesheets/email.css index ad28603c1..3102d95c3 100644 --- a/app/assets/stylesheets/email.css +++ b/app/assets/stylesheets/email.css @@ -63,12 +63,12 @@ table.social { display:block; text-align:center; } -a.fb { background-color: #3B5998!important; } -a.bs { background-color: #1daced!important; } -a.ms { background-color: #000!important; } -a.sl { background-color: #2EB67D!important; } -a.yt { background-color: #FF0000!important; } -a.li { background-color: #0077B5!important; } +.social .soc-btn.fb { background-color: #3B5998!important; } +.social .soc-btn.bs { background-color: #1daced!important; } +.social .soc-btn.ms { background-color: #000!important; } +.social .soc-btn.sl { background-color: #2EB67D!important; } +.social .soc-btn.yt { background-color: #FF0000!important; } +.social .soc-btn.li { background-color: #0077B5!important; } .sidebar .soc-btn { display:block; diff --git a/app/views/shared_mailers/_social.html.haml b/app/views/shared_mailers/_social.html.haml index 9012b71b9..0810dc874 100644 --- a/app/views/shared_mailers/_social.html.haml +++ b/app/views/shared_mailers/_social.html.haml @@ -10,10 +10,10 @@ %h5 Connect with us: %p %a{ href: "https://slack.codebar.io/", class: 'soc-btn sl'} Join us on Slack - %a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn li" } Follow us on LinkedIn + %a{ href: "https://www.linkedin.com/company/codebarcommunity", class: "soc-btn li" } Follow us on LinkedIn %a{ href: "https://www.facebook.com/codebarHQ", class: 'soc-btn fb'} Follow us on Facebook %a{ href: "https://bsky.app/profile/codebar.bsky.social", class: "soc-btn bs" } Follow us on Bluesky - %a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn yt" }Follow us on YouTube + %a{ href: "https://www.youtube.com/channel/UCEYz232agE47GHUq8wneBCA", class: "soc-btn yt" } Follow us on YouTube