Skip to content

Commit a9568c1

Browse files
authored
Update about.html (changed the page colors)
This pull request focuses on the color psychology and thus fixes the issue #117 I request you to check this out and if it works, please consider merging it. Thank you.
1 parent 369b73b commit a9568c1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

about.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
.navbar .logo {
3434
font-size: 1.8em;
3535
font-weight: bold;
36-
color: #d32f2f;
36+
color: #000000;
3737
}
3838

3939
.navbar ul {
@@ -49,15 +49,15 @@
4949

5050
.navbar ul li a {
5151
color: #fff;
52-
background-color: #d32f2f;
52+
background-color: #b5b1a8;
5353
text-decoration: none;
5454
padding: 10px 20px;
5555
border-radius: 5px;
5656
transition: background-color 0.3s, transform 0.3s;
5757
}
5858

5959
.navbar ul li a:hover {
60-
background-color: #b71c1c;
60+
background-color: #444444;
6161
transform: scale(1.1);
6262
}
6363

@@ -114,12 +114,11 @@
114114
padding: 0;
115115
}
116116

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

0 commit comments

Comments
 (0)