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.
1 parent 629e079 commit 2b4d78bCopy full SHA for 2b4d78b
src/app.css
@@ -170,5 +170,5 @@ hr {
170
}
171
172
.nav-link:focus, .nav-link:hover{
173
- color: var(--text-color) important;
+ color: var(--text-color);
174
src/lib/header/Header.svelte
@@ -118,3 +118,9 @@
118
</Collapse>
119
</Navbar>
120
</header>
121
+
122
+<style>
123
+ :global(.nav-link) {
124
125
+ }
126
+</style>
0 commit comments