|
66 | 66 | --block-header-link-text-hover-color: hsl(from $block-header-link-text-color calc(h + 6) calc(s - 20) calc(l - 3)); |
67 | 67 |
|
68 | 68 | --block-header-light-hover-color: hsl(from $block-header-light-color calc(h - 4) calc(s + 10) calc(l - 4)); |
69 | | - --block-header-light-link-text-hover-color: hsl(from $block-header-light-link-text-color calc(h + 8) calc(s - 10) calc(l - 2)); |
| 69 | + --block-header-light-link-text-hover-color: hsl( |
| 70 | + from $block-header-light-link-text-color calc(h + 8) calc(s - 10) calc(l - 2) |
| 71 | + ); |
70 | 72 |
|
71 | 73 | --media-box-hover-color: hsl(from $media-box-color h s calc(l - 4)); |
72 | 74 | --media-box-header-link-text-hover-color: hsl(from $link-color h calc(s - 18) calc(l - 3)); |
|
121 | 123 | --tag-category-error-border: hsl(from $tag-category-error-color h s calc(l - 22)); |
122 | 124 | --tag-category-character-background: hsl(from $tag-category-character-color h s calc(l - 33)); |
123 | 125 | --tag-category-character-border: hsl(from $tag-category-character-color h s calc(l - 20)); |
124 | | - --tag-category-content-official-background: hsl(from $tag-category-content-official-color h calc(s - 2) calc(l - 29)); |
| 126 | + --tag-category-content-official-background: hsl( |
| 127 | + from $tag-category-content-official-color h calc(s - 2) calc(l - 29) |
| 128 | + ); |
125 | 129 | --tag-category-content-official-border: hsl(from $tag-category-content-official-color h s calc(l - 20)); |
126 | 130 | --tag-category-content-fanmade-background: hsl(from $tag-category-content-fanmade-color h s calc(l - 40)); |
127 | 131 | --tag-category-content-fanmade-border: hsl(from $tag-category-content-fanmade-color h calc(s - 10) calc(l - 20)); |
|
166 | 170 | --poll-form-label-background: hsl(from $border-color h s calc(l + 8)); |
167 | 171 | --tag-dropdown-hover-background: hsl(from $meta-color h s calc(l - 4)); |
168 | 172 |
|
169 | | - --autocomplete-history-color: var(--block-header-link-text-color); |
170 | | - --autocomplete-history-match-color: hsl(from var(--block-header-link-text-color) h s calc(l + 20)); |
| 173 | + --autocomplete-background: var(--background-color); |
171 | 174 |
|
172 | | - --autocomplete-tag-color: hsl(from var(--foreground-color) h s calc(l - 5)); |
173 | | - --autocomplete-tag-match-color: hsl(from var(--foreground-color) h s calc(l + 20)); |
| 175 | + --autocomplete-history-color: $autocomplete-history-color; |
| 176 | + --autocomplete-history-match-color: hsl(from $autocomplete-history-color h s calc(l + 20)); |
| 177 | + |
| 178 | + --autocomplete-tag-color: hsl(from $foreground-color h s calc(l - 5)); |
| 179 | + --autocomplete-tag-match-color: hsl(from $foreground-color h s calc(l + 20)); |
174 | 180 | --autocomplete-tag-count-color: var(--foreground-half-color); |
175 | 181 |
|
176 | | - --autocomplete-match-selected-color: hsl(from var(--background-color) h s calc(l + 10)); |
| 182 | + --autocomplete-hover-background: hsl(from $page-background-color h s calc(l + 13)); |
| 183 | + --autocomplete-selected-background: hsl(from $page-background-color h s calc(l + 18)); |
177 | 184 | } |
178 | 185 | } |
0 commit comments