Fix selection background color

This commit is contained in:
Giuseppe Criscione 2024-05-25 15:36:52 +02:00
parent 84fc46a486
commit 23cde98d58
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -101,7 +101,7 @@ $columns-gutter: 1rem;
$border-radius: 4px;
$border-radius-round: 50%;
$selection-background-color: rgba($color-accent-500, 2.5%);
$selection-background-color: rgba($color-accent-500, 25%);
$focusring-width: 2px;
$focusring-opacity: 0.375;