Fix back button
All checks were successful
Deploy Spot / deploy (push) Successful in 36s

This commit is contained in:
2026-06-02 11:22:28 +02:00
parent 9ce25e73f0
commit 87a991eaea
5 changed files with 34 additions and 18 deletions

View File

@@ -11,6 +11,10 @@
background: color.$default-bg;
border-radius: var.$block-radius;
box-shadow: var.$map-shadow;
a.button:hover, button:hover {
background: color.$default-bg-light;
}
}
.settings-header {