Tweak Checkbox styles for the actor sheet
This commit is contained in:
parent
8c9d8125f2
commit
022a63f12f
3 changed files with 28 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue