Skip to content

Commit

Permalink
Change the color of footer (#39)
Browse files Browse the repository at this point in the history
* Change the color of footer

* add hover affects

* Changing the hoverr color for twitter
  • Loading branch information
AQIB-NAWAB authored Jan 21, 2025
1 parent 56ba544 commit 3c84a81
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ul class="social-list">
{{ range .Site.Data.footer.follow }}
<li>
<a href="{{ .url }}" class="social" rel="noopener noreferrer" target="_blank">
<a href="{{ .url }}" class="social" id={{.name}} rel="noopener noreferrer" target="_blank">
{{ partial "icon.html" .name }}
{{ .name }}
</a>
Expand Down
3 changes: 2 additions & 1 deletion static/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions static/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,33 @@ a.social:hover {
text-decoration: underline
}

body > footer .footer-header .follow a.social{
color: white !important;
}



body > footer .footer-header .follow #youtube:hover{
color: #FF0000 !important;
}

body > footer .footer-header .follow #linkedin:hover{
color: rgb(10, 102, 194) !important;
}

body > footer .footer-header .follow #twitter:hover{
color: white !important;
}
body > footer .footer-header .follow #slack:hover{
color: #89D3DF !important;
}







.jumbo {
position: relative;
height: calc(100vh - 3.25rem);
Expand Down

0 comments on commit 3c84a81

Please sign in to comment.