Skip to content

Commit 2b4d78b

Browse files
committed
overwrite color
1 parent 629e079 commit 2b4d78b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ hr {
170170
}
171171

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

src/lib/header/Header.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,9 @@
118118
</Collapse>
119119
</Navbar>
120120
</header>
121+
122+
<style>
123+
:global(.nav-link) {
124+
color: var(--text-color);
125+
}
126+
</style>

0 commit comments

Comments
 (0)