Button changes

This commit is contained in:
2025-07-22 16:48:33 -06:00
parent e656c5e407
commit 66723a2ee1
8 changed files with 35 additions and 23 deletions

View File

@@ -28,7 +28,7 @@ const { project } = Astro.props;
href={project.link}
target="_blank"
rel="noopener noreferrer"
class="btn btn-circle btn-sm bg-base-100 hover:bg-base-200 text-accent"
class="btn btn-sm bg-base-100 hover:bg-secondary text-accent"
aria-label={`Visit ${project.name}`}
>
<Icon name="mdi:link" class="text-lg" />