Dark theme support

This commit is contained in:
Travis Ralston 2021-04-21 16:22:27 -06:00
parent c5dd6b4dfb
commit cc095c85bf
5 changed files with 9 additions and 1 deletions

View file

@ -61,6 +61,8 @@ $input-invalid-border-color: $warning-color;
$field-focused-label-bg-color: $bg-color;
$resend-button-divider-color: $muted-fg-color;
// scrollbars
$scrollbar-thumb-color: rgba(255, 255, 255, 0.2);
$scrollbar-track-color: transparent;