Skip to content

Commit

Permalink
Merge pull request #121 from elinabhasin/patch-4
Browse files Browse the repository at this point in the history
Update about.html (changed the page colors)
  • Loading branch information
07sumit1002 authored Oct 5, 2024
2 parents 432eded + a9568c1 commit 311ba10
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.navbar .logo {
font-size: 1.8em;
font-weight: bold;
color: #d32f2f;
color: #000000;
}

.navbar ul {
Expand All @@ -49,15 +49,15 @@

.navbar ul li a {
color: #fff;
background-color: #d32f2f;
background-color: #b5b1a8;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s, transform 0.3s;
}

.navbar ul li a:hover {
background-color: #b71c1c;
background-color: #444444;
transform: scale(1.1);
}

Expand Down Expand Up @@ -114,12 +114,11 @@
padding: 0;
}

ul li {
background: linear-gradient(145deg, #f9e0e0, #e8b8b8);
.values-principles ul li {
background: linear-gradient(145deg, #b8e7af, hsl(129, 28%, 73%));
margin: 10px 0;
padding: 15px 20px;
border-radius: 5px;
color: #b71c1c;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
inset 0 1px 3px rgba(255, 255, 255, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
Expand Down

0 comments on commit 311ba10

Please sign in to comment.