AVGVSTVS96 / astroSite

Built with Astro and TailwindCSS, this MPA portfolio & blog site is version 3 of my personal website, my first MPA.
https://astrosite-aid.pages.dev/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Experiment with hiding outline when user isn't using keyboard #490

Open AVGVSTVS96 opened 1 week ago

AVGVSTVS96 commented 1 week ago
  '&:focus:not(:focus-visible)': {
    outline: 0,
  },

https://github.com/MaximeHeckel/blog.maximeheckel.com/blob/main/core/layout/Layout.tsx

linear[bot] commented 1 week ago

BAS-140 Experiment with hiding outline when user isn't using keyboard