From 68aa496b84197ff06dac8478b6a5e1445e87f4ca Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 22 Oct 2022 12:19:47 +0100 Subject: [PATCH] refactor: change `gray` to grey` --- website/assets/css/base.pcss | 4 ++-- website/assets/tailwindcss/colours.cjs | 2 +- website/assets/tailwindcss/safelist-classes.txt | 4 ++-- website/src/components/AboutMe.astro | 2 +- website/src/components/DailyEmailForm.astro | 2 +- website/src/layouts/Layout.astro | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/assets/css/base.pcss b/website/assets/css/base.pcss index 009cdf73..3849477f 100644 --- a/website/assets/css/base.pcss +++ b/website/assets/css/base.pcss @@ -8,11 +8,11 @@ } code { - @apply px-2 py-1 text-sm rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100; + @apply px-2 py-1 text-sm rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-100; } pre { - @apply p-4 my-8 overflow-auto rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100; + @apply p-4 my-8 overflow-auto rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-100; } pre code { diff --git a/website/assets/tailwindcss/colours.cjs b/website/assets/tailwindcss/colours.cjs index 1d3e88fd..a56fbaf3 100644 --- a/website/assets/tailwindcss/colours.cjs +++ b/website/assets/tailwindcss/colours.cjs @@ -6,7 +6,7 @@ module.exports = { primary: '#24608A', }, current: 'currentColor', - gray: colours.stone, + grey: colours.stone, inherit: 'inherit', transparent: 'transparent', white: '#fff' diff --git a/website/assets/tailwindcss/safelist-classes.txt b/website/assets/tailwindcss/safelist-classes.txt index 90168228..577075a2 100644 --- a/website/assets/tailwindcss/safelist-classes.txt +++ b/website/assets/tailwindcss/safelist-classes.txt @@ -1,9 +1,9 @@ bg-blue-600 -bg-gray-200 +bg-grey-200 block block-opdavies-branding border -border-gray +border-grey border-l-0 flex flex-col diff --git a/website/src/components/AboutMe.astro b/website/src/components/AboutMe.astro index 9695612d..6b4011b1 100644 --- a/website/src/components/AboutMe.astro +++ b/website/src/components/AboutMe.astro @@ -3,7 +3,7 @@
- Picture of Oliver + Picture of Oliver
diff --git a/website/src/components/DailyEmailForm.astro b/website/src/components/DailyEmailForm.astro index c8cb8d4a..7d03a28e 100644 --- a/website/src/components/DailyEmailForm.astro +++ b/website/src/components/DailyEmailForm.astro @@ -17,4 +17,4 @@

Not sure? Browse the archive →

- + diff --git a/website/src/layouts/Layout.astro b/website/src/layouts/Layout.astro index 0b1a8b85..70d3b393 100644 --- a/website/src/layouts/Layout.astro +++ b/website/src/layouts/Layout.astro @@ -51,7 +51,7 @@ const footerLinks = [ -
+
@@ -65,7 +65,7 @@ const footerLinks = [