Skip to content

Commit

Permalink
Update link underline colors
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Nov 7, 2024
1 parent f9c62f3 commit 94bde81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions site/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
}

@layer base {
:root {
@apply [--link-underline-opacity:20%] dark:[--link-underline-opacity:35%];
}

number-flow-react,
number-flow-vue,
number-flow-svelte {
Expand All @@ -38,7 +34,7 @@
}

.link-underline {
@apply ease-out-quad decoration-current/[--link-underline-opacity] hover:text-primary underline decoration-[1px] underline-offset-[0.3em] transition-[color,text-decoration-color] hover:decoration-current;
@apply ease-out-quad hover:text-primary underline decoration-[#CECECE] decoration-[1px] underline-offset-[0.3em] transition-[color,text-decoration-color] hover:decoration-current dark:decoration-[#5E5D5E];
}

.btn {
Expand Down

0 comments on commit 94bde81

Please sign in to comment.