Skip to content

Commit

Permalink
updated social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Maana-Ajmera committed May 30, 2024
1 parent ed72773 commit ea3de0b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,16 +492,19 @@ textarea {
color: white;
}

.fa-twitter:hover {
background-color: #00B6F1;
.fa-x-twitter:hover {
background-color: black;
color: white;
}

.fa-github:hover {
background-color: #040204;
color: white;
}

.fa-discord:hover{
background-color: #5865F2;
color: white;
}
/* Cart page styling */
.cart-section {
padding: 55px 70px 30px 70px;
Expand Down
2 changes: 1 addition & 1 deletion Html-files/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h4>Follow Us</h4>
<div class="social-icons">
<a class="fa-brands fa-facebook" href="https://facebook.com" target="_blank"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" target="_blank"></a>
<a class="fa-brands fa-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-github" href="https://github.com/khushi-joshi-05/Food-ordering-website"
target="_blank"></a>
<a class="fa-brands fa-discord" href="https://discord.com/invite/sybYafYA" target="_blank"></a>
Expand Down
2 changes: 1 addition & 1 deletion Html-files/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h4>Follow Us</h4>
<div class="social-icons">
<a class="fa-brands fa-facebook" href="https://facebook.com" target="_blank"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" target="_blank"></a>
<a class="fa-brands fa-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-github" href="https://github.com/khushi-joshi-05/Food-ordering-website"
target="_blank"></a>
<a class="fa-brands fa-discord" href="https://discord.com/invite/sybYafYA" target="_blank"></a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ <h4>Follow Us</h4>
<div class="social-icons">
<a class="fa-brands fa-facebook" href="https://facebook.com" target="_blank"></a>
<a class="fa-brands fa-instagram" href="https://instagram.com" target="_blank"></a>
<a class="fa-brands fa-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-x-twitter" href="https://twitter.com" target="_blank"></a>
<a class="fa-brands fa-github" href="https://github.com/khushi-joshi-05/Food-ordering-website"
target="_blank"></a>
<a class="fa-brands fa-discord" href="https://discord.com/invite/sybYafYA" target="_blank"></a>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ textarea {
color: white;
}

.fa-twitter:hover {
background-color: #00B6F1;
.fa-x-twitter:hover {
background-color: black;
color: white;
}

Expand All @@ -635,7 +635,7 @@ textarea {
}

.fa-discord:hover {
background-color: #353535;
background-color: #5865F2;
color: white;
}

Expand Down

0 comments on commit ea3de0b

Please sign in to comment.