Skip to content

Commit aecfb8e

Browse files
committed
Update markdown-dark.css
1 parent c58ee8c commit aecfb8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

live-view/extensions/markdown-dark.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ body a {
102102
color: var(--link-color);
103103
text-decoration: none;
104104
}
105-
106-
body a:hover {
105+
106+
body:not(.mobile) a:hover,
107+
body.mobile a:active {
107108
text-decoration: underline;
108109
}
109110

0 commit comments

Comments
 (0)