fix: link underline style when selected

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-08-30 16:36:45 +08:00
parent 4cb56784ac
commit 781b1200f8
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 4 additions and 0 deletions

View File

@ -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),