diff --git a/_dev/elegance.css b/_dev/elegance.css index be5d721..d9bdcca 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -4,13 +4,21 @@ body { @apply bg-white; - @apply text-gray-500; + @apply text-gray-600; @apply font-normal; } +a { + apply text-gray-600; +} + .icon-tabler { stroke-width: 1px; fill: none; - @apply text-gray-700; - @apply stroke-gray-700; + @apply text-gray-500; + @apply stroke-gray-500; +} + +a:hover .icon-tabler { + @apply stroke-blue-900; }