clean style
All checks were successful
Deploy App / build (push) Successful in 1m11s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2025-10-21 22:50:03 +02:00
parent f59c496c5d
commit 82de231548
5 changed files with 22 additions and 43 deletions

View File

@@ -23,6 +23,6 @@ onMounted(async () => {
<style>
.logo {
filter: drop-shadow(2px 2px 0 rgb(0 0 0 / 0.8));
filter: drop-shadow(3px 3px 0 rgb(0 0 0 / 0.7));
}
</style>