From 6914009ecfd44f0dd830b839bf7565f33e59b03a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 14 Jun 2023 17:34:30 +0200 Subject: [PATCH] feat: add focus states --- src/components/DownloadLink.astro | 2 +- src/components/EmailLink.astro | 2 +- src/components/JournalList.astro | 55 ++++++++++++++++------------- src/components/MainNavigation.astro | 2 +- src/components/MoreLink.astro | 2 +- src/components/RSSLink.astro | 2 +- src/components/Subnavigation.astro | 4 +-- src/components/Tag.tsx | 2 +- src/styles/global.css | 44 ++++++++++++++++------- 9 files changed, 71 insertions(+), 44 deletions(-) diff --git a/src/components/DownloadLink.astro b/src/components/DownloadLink.astro index e5cbe9e..3e43717 100644 --- a/src/components/DownloadLink.astro +++ b/src/components/DownloadLink.astro @@ -17,7 +17,7 @@ const { href, text, ...props } = Astro.props;