Skip to content

Commit 7565e54

Browse files
committed
style
1 parent 0fa3f19 commit 7565e54

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

src/css/local-search.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
:root {
2+
--aa-background-color-alpha: 1 !important;
3+
}
4+
5+
.aa-Autocomplete {
6+
min-width: 170px !important
7+
}
8+
9+
.aa-DetachedSearchButton {
10+
background-color: rgb(219, 219, 219) !important;
11+
border-radius: var(--ifm-global-radius) !important;
12+
}
13+
14+
:root[data-theme='dark'] .aa-DetachedSearchButton {
15+
background-color: #828282 !important;
16+
}
17+
18+
:root[data-theme='dark'] .aa-DetachedSearchButtonPlaceholder {
19+
color: var(--color6) !important;
20+
}
21+
22+
.aa-DetachedFormContainer,
23+
.aa-Panel {
24+
background-color: rgb(235, 235, 235) !important;
25+
border-radius: var(--ifm-global-radius) !important;
26+
}
27+
28+
.aa-Panel {
29+
border-top-right-radius: 0 !important;
30+
border-top-left-radius: 0 !important;
31+
}
32+
33+
.aa-DetachedFormContainer {
34+
border-bottom-left-radius: 0 !important;
35+
border-bottom-right-radius: 0 !important;
36+
}
37+
38+
svg.aa-SubmitIcon {
39+
fill: var(--color2) !important;
40+
width: 16px !important;
41+
}
42+
43+
:root[data-theme='dark'] svg.aa-SubmitIcon {
44+
fill: var(--color6) !important;
45+
}
46+
47+
mark[data-markjs] {
48+
background-color: var(--color4) !important;
49+
}

0 commit comments

Comments
 (0)