We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa07b85 commit e9c83e0Copy full SHA for e9c83e0
1 file changed
src/app.css
@@ -168,3 +168,7 @@ hr {
168
background-color: var(--hover);
169
color: var(--text-color);
170
}
171
+
172
+.nav-link:focus, .nav-link:hover {
173
+ color: var(--text-color);
174
+}
0 commit comments