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: tweak BackButton hover for mobile

the3ash d4a9c3e6 3058345f

+6
+6
src/components/ui/BackButton.astro
··· 99 99 color: var(--text-primary); 100 100 } 101 101 102 + @media (hover: none) and (pointer: coarse) { 103 + .back-button:hover { 104 + color: var(--text-secondary); 105 + } 106 + } 107 + 102 108 .back-button svg { 103 109 width: 0.8rem; 104 110 height: 0.8rem;