Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
0xelsherif committed Apr 27, 2024
1 parent dc060d2 commit 6e6df7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ <h3>Follow Me</h3>
<a href="https://www.linkedin.com/in/0xelsherif/" class="fa fa-linkedin"></a>
<a href="https://github.com/0xelsherif" class="fa fa-github"></a>
<a href="https://www.hackerrank.com/profile/0xelsherif" class="fa fa-code"></a>
<a href="https://twitter.com/intent/follow?screen_name=0xelsherif" class="fa fa-twitter"></a>
<a href="https://stackoverflow.com/users/23931990/0xelsherif" class="fa fa-stack-overflow"></a>
<a href="https://codepen.io/0xelsherif" class="fa fa-codepen"></a>

Expand Down
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body.dark-mode {

.card {
background-color: white;
padding: 20px;
padding: 16px;
margin-top: 20px;
background: #fff;
border: 1px solid #e8e8e8;
Expand Down Expand Up @@ -214,7 +214,10 @@ body.dark-mode {
background: #f48024;
color: white;
}

.fa-twitter {
background: #1DA1F2;
color: white;
}
/* Add CSS styles for the toggle switch */
.switch {
position: relative;
Expand Down

0 comments on commit 6e6df7f

Please sign in to comment.