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

@ -12,6 +12,7 @@ specificity to allow easier overriding without artificially increasing it.
--scrollbar-width: 5px;
--scrollbar-handle-color: #782e22;
--scrollbar-handle-border-color: var(--color-border-highlight);
--color-checkbox-checked: inherit;
::-webkit-scrollbar {
width: var(--scrollbar-width);
}