this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only show hover styles for tab bar when has hover

The hover delays the tap a little

+4 -2
+4 -2
src/components/shortcuts.css
··· 99 99 text-shadow: 0 var(--hairline-width) var(--bg-color); 100 100 width: 100%; 101 101 102 - &:is(:hover, :focus) { 103 - color: var(--text-color); 102 + @media (hover: hover) { 103 + &:is(:hover, :focus) { 104 + color: var(--text-color); 105 + } 104 106 } 105 107 } 106 108 #shortcuts .tab-bar li a:active {