From 6867f079380d3c2548b38d9c564f20e867434b21 Mon Sep 17 00:00:00 2001 From: coderwelsch Date: Tue, 30 Jan 2024 12:25:37 +0100 Subject: [PATCH] fixed inline-link styles --- src/styles/index.css | 2 +- src/styles/styles.scoped.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.css b/src/styles/index.css index de1a102d..c48163d0 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -51,7 +51,7 @@ } .inline-link { - @apply text-primary-600 underline hover:text-primary-900; + @apply text-primary-500 underline hover:text-primary-600; } /* Tailwind checkbox needs it to change styles of the check */ diff --git a/src/styles/styles.scoped.css b/src/styles/styles.scoped.css index 9d0722aa..0b6fe083 100644 --- a/src/styles/styles.scoped.css +++ b/src/styles/styles.scoped.css @@ -52,7 +52,7 @@ } .inline-link { - @apply text-primary-600 underline hover:text-primary-900; + @apply text-primary-500 underline hover:text-primary-600; } /* Tailwind checkbox needs it to change styles of the check */