Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit f4d6bd3

Browse files
authored
fix: link theming (#113)
* Push * Add changeset
1 parent 2311485 commit f4d6bd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/three-spoons-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/site-kit': patch
3+
---
4+
5+
Fix link color

packages/site-kit/src/lib/styles/text.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585

8686
.text a:where(:not(.permalink)) {
87-
--color: hsla(var(--primary-hsl, var(--sk-theme-1)));
87+
--color: hsla(var(--primary-hsl, var(--sk-theme-1-hsl)));
8888
color: var(--color);
8989
box-shadow: inset 0 -1px 0 0 var(--color);
9090
transition: box-shadow 0.1s ease-in-out;

0 commit comments

Comments
 (0)