Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankitha2130 authored Oct 22, 2024
1 parent d393add commit a36c39e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ body {
padding: 100px 0px 100px 0px;
}

.dark-mode .about_us{
background-color: rgb(178, 44, 94);
}

#about {
/* margin: 34px; */
display: flex;
Expand Down Expand Up @@ -158,6 +162,9 @@ body {
color: brown;
}

.dark-mode .h-primary{
color: #fff;
}
.h-secondary {
font-family: "Bree Serif", serif;
font-size: 1.5rem;
Expand Down

0 comments on commit a36c39e

Please sign in to comment.