From abb0e99748517e7c3fb6668da215f1d21c7dedc4 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 19 Apr 2025 08:43:19 +0200 Subject: [PATCH] Change the view your issue link to use standard syling. Made the basic hyperlink for Alexandria slightly-lighter, in dark mode, as it was hard to read. --- src/routes/contact/+page.svelte | 2 +- tailwind.config.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index d0c9336..7f15d26 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -318,7 +318,7 @@
View your issue: diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 380981b..20f9aa2 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -19,7 +19,7 @@ const config = { 200: '#c6a885', 300: '#b58f62', 400: '#ad8351', - 500: '#9c7649', + 500: '#c6a885', 600: '#795c39', 700: '#574229', 800: '#342718',