We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a9481 commit a39bb82Copy full SHA for a39bb82
1 file changed
packages/web/src/javascripts/Components/SuperEditor/Lexical/Theme/base.scss
@@ -42,9 +42,7 @@
42
}
43
44
::highlight(search-results) {
45
- background-color: var(--sn-stylekit-info-color);
46
background-color: color-mix(in srgb, var(--sn-stylekit-info-color), transparent 60%);
47
- color: var(--text-norm);
48
49
50
// has to be defined separately, otherwise browsers which don't support ::highlight syntax
@@ -57,6 +55,6 @@
57
55
58
56
59
::highlight(active-search-result) {
60
61
+ background-color: color-mix(in srgb, var(--sn-stylekit-info-color), transparent 30%);
+ color: var(--sn-stylekit-info-contrast-color);
62
0 commit comments