fix: add missing closing brace in PageShell CSS (.move-btn)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-03 13:38:12 +02:00
parent 18a94b9266
commit 66d61962b6

View file

@ -345,6 +345,7 @@
transition:
color 0.15s,
background 0.15s;
}
.move-btn:hover {
color: #6b7280;
background: rgba(0, 0, 0, 0.06);