File link-selected-is-optional.patch of Package greybird-geeko-theme
diff -rup a/light/gtk-4.0/_common.scss b/light/gtk-4.0/_common.scss
--- a/light/gtk-4.0/_common.scss 2022-06-27 17:19:46.000000000 +0200
+++ b/light/gtk-4.0/_common.scss 2024-12-18 19:17:24.471621028 +0100
@@ -1547,7 +1547,7 @@ headerbar {
box-shadow: inset 0 1px mix($top_hilight, $selected_bg_color, 60%);
}
- .subtitle:link { @extend *:link:selected; }
+ .subtitle:link { @extend *:link:selected !optional; }
button {
@include button(normal, $selected_bg_color, $selected_fg_color);