better selection color contrast for black theme

This commit is contained in:
hakimel
2023-01-17 09:52:01 +01:00
parent efcc86273b
commit 60769db4ee
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ $headingTextTransform: uppercase;
$headingFontWeight: 600;
$linkColor: #42affa;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
$selectionBackgroundColor: rgba( $linkColor, 0.75 );
$heading1Size: 2.5em;
$heading2Size: 1.6em;