Allow customizing the scrollbar on a per-sheet-per-theme basis as desired

This commit is contained in:
Oliver-Akins 2024-03-21 00:02:23 -06:00
parent 3b4e2405c1
commit 68b53601d6
2 changed files with 14 additions and 3 deletions

View file

@ -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%);