Skip to content

Commit 629e079

Browse files
committed
try to force color
1 parent e9c83e0 commit 629e079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ hr {
169169
color: var(--text-color);
170170
}
171171

172-
.nav-link:focus, .nav-link:hover {
173-
color: var(--text-color);
172+
.nav-link:focus, .nav-link:hover{
173+
color: var(--text-color) important;
174174
}

0 commit comments

Comments
 (0)