Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

style: prevent tap highlight flicker on mobile

the3ash 41b80cb6 4f919fa0

+1
+1
src/styles/global.css
··· 101 101 scrollbar-gutter: stable; 102 102 overscroll-behavior-y: contain; 103 103 -webkit-overflow-scrolling: touch; 104 + -webkit-tap-highlight-color: transparent; 104 105 transition: background-color 0.2s ease-out; 105 106 } 106 107