From fa8da6bdc161cbbd27f765263305a91abfb5b1c4 Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 10 Aug 2022 14:46:45 -0400 Subject: [PATCH] Improve accessibility for Dark Mode --- package-lock.json | 4 +- package.json | 2 +- .../astro/features/BasicFeatures.astro | 4 +- .../astro/footers/BasicFooter.astro | 54 +++++++++---------- .../astro/headers/BasicHeader.astro | 11 ++-- 5 files changed, 36 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff9a88f..bad56fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@onwidget/astrowind", - "version": "0.0.6", + "version": "0.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@onwidget/astrowind", - "version": "0.0.6", + "version": "0.0.8", "devDependencies": { "@astrojs/image": "^0.3.3", "@astrojs/sitemap": "^1.0.0", diff --git a/package.json b/package.json index b19ea58..a267aa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "A template to make your website using Astro + Tailwind CSS.", - "version": "0.0.6", + "version": "0.0.8", "private": true, "scripts": { "dev": "astro dev", diff --git a/src/components/astro/features/BasicFeatures.astro b/src/components/astro/features/BasicFeatures.astro index a411e76..c34fce2 100644 --- a/src/components/astro/features/BasicFeatures.astro +++ b/src/components/astro/features/BasicFeatures.astro @@ -7,12 +7,12 @@
-

+

Features

Most used Sections -

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum +

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat cupidatat.

diff --git a/src/components/astro/footers/BasicFooter.astro b/src/components/astro/footers/BasicFooter.astro index c86523d..99be1b3 100644 --- a/src/components/astro/footers/BasicFooter.astro +++ b/src/components/astro/footers/BasicFooter.astro @@ -9,86 +9,86 @@
-
Subscribe
-

Get the latest news and articles to your inbox every month.

+
Subscribe
+

Get the latest news and articles to your inbox every month.

diff --git a/src/components/astro/headers/BasicHeader.astro b/src/components/astro/headers/BasicHeader.astro index 25acc3f..3a3a74e 100644 --- a/src/components/astro/headers/BasicHeader.astro +++ b/src/components/astro/headers/BasicHeader.astro @@ -1,6 +1,6 @@ --- - import { IconSun, IconGithub, IconMenu } from "~/components/astro/icons"; - const { } = Astro.props; +import { IconSun, IconGithub, IconMenu } from "~/components/astro/icons"; +const { } = Astro.props; ---