feat(logo): replace site title with logo and add dark mode filter
All checks were successful
Deploy Theme / deploy (push) Successful in 15s

This commit is contained in:
2026-02-19 19:04:43 +01:00
parent c8f731a353
commit 1a1dc48afe
3 changed files with 13 additions and 1 deletions

View File

@@ -68,6 +68,14 @@ html[data-theme='light'] {
}
}
.site-logo {
@apply transition-all duration-300;
}
html[data-theme='dark'] .site-logo {
filter: invert(0.9) brightness(1.2);
}
@keyframes fadeInUp {
from {
opacity: 0;