Dark scrollbar styling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1fdf5f9b30
commit
d839a8f8a3
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue