We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9aaa40 + a017fda commit ea21af1Copy full SHA for ea21af1
style.css
@@ -30,7 +30,7 @@
30
font-size: 41px;
31
font-weight: bold;
32
line-height: 70px;
33
- color: gold;
+ color: gray;
34
user-select: none;
35
}
36
nav ul {
@@ -41,7 +41,7 @@
41
display: inline-block;
42
43
nav ul li a {
44
- color: white;
+ color: red;
45
display: block;
46
padding: 0 15px;
47
@@ -83,4 +83,4 @@
83
position: relative;
84
top: -70px;
85
left: 150px;
86
- }
+ }
0 commit comments