fix: link underline style when selected
Signed-off-by: Innei <i@innei.in>
This commit is contained in:
parent
4cb56784ac
commit
781b1200f8
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue