Skip to content

Commit

Permalink
Merge pull request #276 from YOGINIMAHIMA1/patch-6
Browse files Browse the repository at this point in the history
change footer section color to black
  • Loading branch information
GarimaSingh0109 authored Oct 6, 2024
2 parents 9862c94 + b1e56b6 commit eeedad5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ body {
font-size: 1.5rem;
font-weight: 500;
}
.footer-section ul li a{
color:#000;
}

.footer-bottom p{
font-size: 1.5rem;
font-weight: 500;
Expand All @@ -523,4 +527,4 @@ body {
display: flex;
justify-content: center;
align-content: center;
}
}

0 comments on commit eeedad5

Please sign in to comment.