Skip to content

Commit 4a1be5c

Browse files
committed
Fix link colors (i don't rly know svelte)
1 parent 88c3dbf commit 4a1be5c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/styles/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
--color-dph-orange: oklch(69.27% 0.2042 40.82);
1717
}
1818

19+
#content a {
20+
color: var(--color-orange-400);
21+
}
22+
23+
#content a:hover, #content a:focus {
24+
color: var(--color-orange-300);
25+
}
26+
1927
::-webkit-scrollbar {
2028
width: 4px;
2129
}

0 commit comments

Comments
 (0)