fix project title style

This commit is contained in:
Chris W 2023-12-08 17:54:53 -07:00
parent 71735349b8
commit 4771df9a67
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const { name, description, heroImage, url } = Astro.props;
@apply flex justify-center m-0 mb-4;
}
.title h1 a {
@apply block relative w-min text-gray-900 dark:text-gray-100 hover:text-gray-700 dark:hover:text-gray-300;
@apply block relative w-min text-gray-900 dark:!text-gray-100 hover:text-gray-700 dark:hover:!text-gray-300;
}
.title h1 svg {
@apply absolute left-0 top-1/2 transform -translate-y-1/2 -translate-x-[110%] w-12 h-12;