From f838fde9113a60e4927aa83c0f5dff5359f81be0 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Mon, 6 Nov 2023 16:47:47 +0530 Subject: [PATCH] refactor: add some default styling for theme --- _dev/elegance.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_dev/elegance.css b/_dev/elegance.css index d9bdcca..5e7fbe7 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -5,11 +5,17 @@ body { @apply bg-white; @apply text-gray-600; - @apply font-normal; + @apply font-light; } a { - apply text-gray-600; + @apply text-gray-600; +} + +a:hover { + @apply text-blue-700; + @apply underline; + @apply underline-offset-2; } .icon-tabler {