Skip to content

Commit 0e363b9

Browse files
committed
Dark mode link hover: increase brightness instead lower opacity.
1 parent f15ec13 commit 0e363b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/web_css/lib/src/_variables.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,13 @@
242242
.displayed-in-light-theme {
243243
display: none !important;
244244
}
245+
246+
a {
247+
&:hover {
248+
opacity: 1.0;
249+
filter: brightness(120%);
250+
}
251+
}
245252
}
246253

247254
@mixin elevated-content-border {

0 commit comments

Comments
 (0)