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 {