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 02bd40f commit aa0dc63Copy full SHA for aa0dc63
1 file changed
src/components/BootstrapBlazor.MeiliSearch/wwwroot/meilisearch.css
@@ -22,6 +22,10 @@
22
font-style: normal;
23
}
24
25
+ .search-dialog-mask kbd {
26
+ color: var(--bb-global-search-footer-kbd-color);
27
+ }
28
+
29
.search-dialog-mask {
30
position: fixed;
31
top: 0;
@@ -33,6 +37,10 @@
33
37
justify-content: center;
34
38
35
39
40
+[data-bs-theme='dark'] .search-dialog-mask {
41
+ --bb-global-search-footer-kbd-color: var(--bs-body-color);
42
+}
43
36
44
.bb-g-search-open {
45
overflow: hidden;
46
0 commit comments