Allow customizing the scrollbar on a per-sheet-per-theme basis as desired
This commit is contained in:
parent
3b4e2405c1
commit
68b53601d6
2 changed files with 14 additions and 3 deletions
|
|
@ -20,6 +20,9 @@ $body-font: sans-serif;
|
|||
--tab-font: #{$title-font};
|
||||
--input-font: #{$body-font};
|
||||
|
||||
--scrollbar-handle-color: #{$primary};
|
||||
--scrollbar-handle-border-color: color-mix(in lab, white 40%, var(--scrollbar-handle-color));
|
||||
|
||||
/* Elevation backgrounds to following Material design */
|
||||
--elevation-0dp-bg: #{$surface};
|
||||
--elevation-1dp-bg: color-mix(in lab, transparent, white 5%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue