Tweak Checkbox styles for the actor sheet

This commit is contained in:
Oliver-Akins 2024-03-24 16:50:33 -06:00
parent 8c9d8125f2
commit 022a63f12f
3 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,5 @@
@use "sass:color";
$t: transparent;
$background: #0a0a0a;
@ -22,8 +24,10 @@ $body-font: sans-serif;
--tab-font: #{$title-font};
--input-font: #{$body-font};
// Foundry overrides
--scrollbar-handle-color: #{$primary};
--scrollbar-handle-border-color: color-mix(in lab, white 40%, var(--scrollbar-handle-color));
--color-checkbox-checked: #{color.adjust($primary, $lightness: 25%)};
/* Elevation backgrounds to following Material design */
--elevation-0dp-bg: #{$surface};