Various fixes and changes based on tester feedback

This commit is contained in:
2026-03-17 13:50:32 +01:00
parent 92ba9c3501
commit 000bf348a6
29 changed files with 1450 additions and 192 deletions

View File

@@ -47,7 +47,7 @@
}
.transition-opacity() {
opacity: 0.6;
opacity: 0.85;
transition: opacity 0.2s;
&:hover { opacity: 1; }
}