From 76a4996cb98474c8356c56eceedf19b74e8ad9c9 Mon Sep 17 00:00:00 2001 From: coderwelsch Date: Mon, 15 Apr 2024 16:00:16 +0200 Subject: [PATCH] fix: updated colors for inline links --- 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 c48163d0..4d2490f8 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -51,7 +51,7 @@ } .inline-link { - @apply text-primary-500 underline hover:text-primary-600; + @apply text-primary-500 underline hover:text-primary-700; } /* 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 0b6fe083..7159a954 100644 --- a/src/styles/styles.scoped.css +++ b/src/styles/styles.scoped.css @@ -52,7 +52,7 @@ } .inline-link { - @apply text-primary-500 underline hover:text-primary-600; + @apply text-primary-500 underline hover:text-primary-700; } /* Tailwind checkbox needs it to change styles of the check */