Dark scrollbar styling
All checks were successful
Build and push Docker image / build (push) Successful in 13s
Test / test (push) Successful in 15s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
marwin 2026-04-05 18:06:20 +02:00
parent 1fdf5f9b30
commit d839a8f8a3

View file

@ -11,8 +11,14 @@
html, body { html, body {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
scrollbar-color: #333 #000;
} }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #000; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #555; }
:root { :root {
--bg: #000; --bg: #000;
--bg-card: transparent; --bg-card: transparent;