add button to hero

This commit is contained in:
2026-05-31 21:08:58 +02:00
parent 71e4378325
commit aefb308497
2 changed files with 24 additions and 5 deletions
+14
View File
@@ -62,6 +62,20 @@ body {
}
}
.btn {
padding: 1rem 4rem;
}
.btn-primary {
background-color: var(--accent);
color: var(--bg-base);
transition: filter 0.3s ease;
&:hover {
filter: brightness(0.85);
}
}
/*a {*/
/* text-decoration-thickness: 1px;*/
/* text-underline-offset: 2px;*/