Skip to content

Commit

Permalink
fix 0.9.9 settings url text color
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Jun 14, 2023
1 parent 738aafc commit a2209c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ html[data-theme='light'] {
--ls-primary-text-color: hsl(var(--cl-text-color));
--ls-secondary-text-color: hsl(var(--cl-text-color), 0.5);
--ls-title-text-color: var(--ls-primary-text-color);
--ls-link-text-color: hsl(var(--cl-primary), 0.4);
--ls-link-text-color: hsl(var(--cl-primary));
--ls-link-text-hover-color: hsl(var(--cl-primary));
--ls-link-ref-text-color: hsl(var(--cl-primary));
--ls-link-ref-text-hover-color: var(--color-primary-light);
Expand Down

0 comments on commit a2209c1

Please sign in to comment.