Skip to content

Commit 50913cd

Browse files
committed
Updated colors
1 parent 75c4f7d commit 50913cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
font-size: 41px;
3131
font-weight: bold;
3232
line-height: 70px;
33-
color: gold;
33+
color: gray;
3434
user-select: none;
3535
}
3636
nav ul {
@@ -41,7 +41,7 @@
4141
display: inline-block;
4242
}
4343
nav ul li a {
44-
color: white;
44+
color: red;
4545
display: block;
4646
padding: 0 15px;
4747
line-height: 70px;
@@ -83,4 +83,4 @@
8383
position: relative;
8484
top: -70px;
8585
left: 150px;
86-
}
86+
}

0 commit comments

Comments
 (0)