style: add modern-scrollbar class to improve scrollbar appearance
Introduce the modern-scrollbar class to enhance the visual consistency of scrollbars across the application. This class provides a cleaner and more modern look for scrollbars in WebKit and Firefox browsers.
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
--bolt-terminal-brightMagenta: #bc05bc;
|
||||
--bolt-terminal-brightCyan: #0598bc;
|
||||
--bolt-terminal-brightWhite: #a5a5a5;
|
||||
--modern-scrollbar-thumb-background: rgba(100, 100, 100, 0.3); // Example light theme color
|
||||
--modern-scrollbar-thumb-backgroundHover: rgba(74, 74, 74, 0.8);
|
||||
}
|
||||
|
||||
/* Color Tokens Dark Theme */
|
||||
@@ -208,6 +210,8 @@
|
||||
--bolt-terminal-brightMagenta: #ff6ac1;
|
||||
--bolt-terminal-brightCyan: #9aedfe;
|
||||
--bolt-terminal-brightWhite: #f1f1f0;
|
||||
--modern-scrollbar-thumb-background: rgba(100, 100, 100, 0.3); // Example dark theme color (adjust as needed)
|
||||
--modern-scrollbar-thumb-backgroundHover: rgba(10, 10, 10, 0.8);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user