Skip to content

Commit 8aaf565

Browse files
committed
small fix
1 parent 638d35b commit 8aaf565

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
padding: 0;
66
line-height: 1.6;
77
color: #001729; /* Light blue text */
8-
background: linear-gradient(to bottom, #b8deff, #519de4, #136cc0);
8+
background: linear-gradient(to bottom, #b8deff, #519de4, #004b91);
99
}
1010

1111
/* Header */
@@ -96,16 +96,16 @@ footer {
9696
color: #eef6fc;
9797
}
9898

99-
.contact p a img {
99+
section#contact p a img {
100100
width: 25px;
101101
height: 25px;
102102
margin-right: 8px;
103103
}
104104

105-
.contact p a {
105+
section#contact p a {
106106
color: #d8cf4e;
107107
}
108-
.contact p a:visited {
108+
section#contact p a:visited {
109109
color: #dfa843;
110110
}
111111

0 commit comments

Comments
 (0)