refactor: Implement mobile-friendly control panel toggle and remove keyboard shortcuts hint.

This commit is contained in:
syntaxbullet
2026-02-10 13:02:41 +01:00
parent bb4ca0610d
commit faa9609254
10 changed files with 1160 additions and 366 deletions

View File

@@ -1,6 +1,6 @@
:root {
--bg-color: #000000;
--text-color: #FF6700;
--text-color: #FFFFFF;
--font-mono: 'JetBrains Mono', monospace;
}