minor styling updates

This commit is contained in:
Drew
2025-04-25 11:55:48 -06:00
parent b33c8f409f
commit 5290772bce
6 changed files with 34 additions and 31 deletions

View File

@ -50,7 +50,7 @@ a:hover {
}
.tag {
@apply p-2 bg-sand-100 border border-transparent hover:border-sand-500 rounded-lg whitespace-nowrap hover:text-gray-900 hover:opacity-100
@apply p-2 bg-sand-100 border border-transparent hover:border-sand-500 rounded-lg whitespace-nowrap hover:text-gray-900 hover:opacity-100 no-underline;
}
.tag-cloud .tag:nth-child(10n+1):hover {