🐛 Fixed #140, add selection backgroud make it show clear.

This commit is contained in:
elkan1788
2025-01-19 19:05:34 +08:00
parent ba5ae7c295
commit e9297ac28b
4 changed files with 16 additions and 6 deletions

View File

@@ -60,8 +60,10 @@ $content-bg-color : white;
$content-bg-color-dark : $black-dim;
// Selection
$selection-bg : $blue-deep;
$selection-bg : rgba(53, 166, 247, 0.25) !default;
$selection-bg-dark : rgba(50, 112, 194, 0.4) !default;
$selection-color : $gainsboro;
$selection-color-dark : $grey-dark;
// Dark mode color
$card-bg-color : $whitesmoke;