Skip to content

Commit

Permalink
fix: link underline style when selected
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Aug 30, 2024
1 parent 4cb5678 commit 781b120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/src/styles/tailwind-extend.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@

background-position: left 1.1em;

&::selection {
text-shadow: none;
}

&:hover {
background-size: 100% 1.5px;
text-shadow: 0.05em 0 theme(colors.background),
Expand Down

0 comments on commit 781b120

Please sign in to comment.