Skip to content

Commit

Permalink
Merge pull request #698 from PallaviGudupallavi/fix-footer
Browse files Browse the repository at this point in the history
Fix:Footer-color
  • Loading branch information
sunny0625 authored May 31, 2024
2 parents 3076bf6 + b164473 commit e4903bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ ul a {
} */

.foot_panel4 {
background-color: rgb(66, 16, 16);
background-color: rgb(110, 28, 28);
color: white;
height: 160px;
font-size: 0.9rem;
Expand All @@ -564,7 +564,7 @@ ul a {
}

.copyright {
background-color: rgb(66, 16, 16);
background-color: rgb(98, 25, 25);
padding-top: 10px;
}

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

#butt {
background-color: rgb(66, 16, 16);
background-color: rgb(117, 21, 21);
color: white;
padding: 3px;
border: 1px solid white;
Expand Down

0 comments on commit e4903bd

Please sign in to comment.