Skip to content

Commit b68ad50

Browse files
committed
adjust .project-links styles
1 parent c70f723 commit b68ad50

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

styles/routes/projects.css

+10-7
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,20 @@
3636

3737
h2 {
3838
font-size: var(--fs-lg);
39-
}
40-
&:hover h2 {
41-
color: var(--primary);
39+
40+
&:hover {
41+
color: var(--primary);
42+
}
4243
}
4344

4445
p {
45-
color: var(--dark-50);
46+
color: var(--secondary);
4647
font-size: var(--fs-sm);
47-
}
48-
&:hover p {
49-
color: var(--dark-200);
48+
font-weight: 500;
49+
50+
&:hover {
51+
color: var(--dark-50);
52+
}
5053
}
5154
}
5255
}

0 commit comments

Comments
 (0)