mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-17 17:10:03 +01:00
Remove redundant relative color leftover from experiments
This commit is contained in:
parent
1e0def08db
commit
b671d0dc3d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
--poll-form-label-background: hsl(from $border-color h s calc(l + 8));
|
||||
--tag-dropdown-hover-background: hsl(from $meta-color h s calc(l - 4));
|
||||
|
||||
--autocomplete-history-color: hsl(from var(--block-header-link-text-color) h s calc(l));
|
||||
--autocomplete-history-color: var(--block-header-link-text-color);
|
||||
--autocomplete-history-match-color: hsl(from var(--block-header-link-text-color) h s calc(l + 20));
|
||||
|
||||
--autocomplete-tag-color: hsl(from var(--foreground-color) h s calc(l - 5));
|
||||
|
|
Loading…
Add table
Reference in a new issue