From ec1f694cc3a7f372de91c5c87c6d4707004a34a2 Mon Sep 17 00:00:00 2001 From: ckie Date: Tue, 17 Sep 2024 20:00:39 +0300 Subject: [PATCH] spring -> teal; some size stuff --- src/main.css | 2 +- src/routes/+layout.svelte | 2 +- tailwind.config.js | 32 ++++++++++++++++---------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/main.css b/src/main.css index 20a3021..3409327 100644 --- a/src/main.css +++ b/src/main.css @@ -39,7 +39,7 @@ a:not(.no-link-style), button.link-style { @layer utilities { .link-style-u { - @apply text-coral-700 hover:text-coral-800 active:text-coral-950 visited:text-spring-500 visited:hover:text-spring-700 active:text-spring-950 underline; + @apply text-coral-700 hover:text-coral-800 active:text-coral-950 visited:text-teal-500 visited:hover:text-teal-700 active:text-teal-950 underline; } .container { /* container like the builtin one, but limited to lg */ diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 97c1e36..d283b5c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -5,7 +5,7 @@
-