Skip to content

Commit

Permalink
Added color
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhsajid1111 committed Oct 6, 2024
1 parent d1afab4 commit 79cce5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo

<div class="rounded-social-buttons">
<a class="social-button linkedin" href="{{ site.social.linkedin }}" target="_blank"><i class="fab fa-linkedin"></i></a>
<a class="social-button stackoverflow" href="{{ site.social.stackoverflow }}" target="_blank"><i class="fab fa-stackoverflow"></i></a>
<a class="social-button stackoverflow" href="{{ site.social.stackoverflow }}" target="_blank"><i class="fab fa-stack-overflow"></i></a>
<a class="social-button dev" href="{{ site.social.dev }}" target="_blank"><i class="fab fa-dev"></i></a>
<a class="social-button github" href="{{ site.social.github }}" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="social-button github" href="{{ site.social.github }}" target="_blank"><i class="fab fa-github"></i></a>
<a class="social-button facebook" href="{{ site.social.facebook }}" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="social-button twitter" href="{{ site.social.twitter }}" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="social-button instagram" href="{{ site.social.instagram }}" target="_blank"><i class="fab fa-instagram"></i></a>
Expand Down
12 changes: 12 additions & 0 deletions assets/css/custom_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,18 @@
border-color: #125688;
}

.social-button.dev i {
color: #0A0A0A;
}

.social-button.github {
color: #181717;
}

.social-button.stackoverflow {
color: #F48024;
}

/*.profile-picture {
border-radius: 50%;
object-fit: cover;
Expand Down

0 comments on commit 79cce5c

Please sign in to comment.