Skip to content

Commit

Permalink
fix: link theming (#113)
Browse files Browse the repository at this point in the history
* Push

* Add changeset
  • Loading branch information
PuruVJ committed May 17, 2023
1 parent 2311485 commit f4d6bd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/three-spoons-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

Fix link color
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/styles/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}

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

0 comments on commit f4d6bd3

Please sign in to comment.