Enh/theme var background color highlight (#6175)

* Update theme variable `@background-color-highlight`

* Update CHANGELOG-DEV.md

* New theme variable `@background-color-highlight-soft`

* Improve theme var `background-color-highlight`
This commit is contained in:
Yuriy Bakhtin 2023-03-17 13:21:11 +04:00 committed by GitHub
parent 2864c52bdc
commit 5f7cd820c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
// Informative highlighting color
// (e.g. Comment Permalink, Shared Item, Calendar CurDay, Wiki Active Page Nav, Mail Module Speech Bubble)
@background-color-highlight: lighten(desaturate(spin(@info, 4), 6), 42);
@background-color-highlight: lighten(desaturate(spin(@info, 2), 17), 49);
// Informative highlighting soft color
// (e.g. Wiki Active Category)

File diff suppressed because one or more lines are too long