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 a85a991 commit 01e6d09Copy full SHA for 01e6d09
docs/.vitepress/theme/custom.css
@@ -105,4 +105,33 @@ pre .line {
105
.vp-doc a:hover {
106
color: #00ffd0;
107
}
108
+}
109
+
110
+.DocSearch-Button {
111
+ background: hsl(0 0% 10%);
112
+ border-radius: 6px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: space-between;
116
+ border: none;
117
+ min-width: 210px;
118
+ cursor: text;
119
+ color: #888;
120
+ height: 32px;
121
122
123
+.DocSearch-Button:hover {
124
125
126
127
128
+.DocSearch-Button-Key {
129
+ font-family: var(--vp-font-family-base);
130
+ font-size: .75rem;
131
+ height: 20px;
132
+ padding: 0 2px;
133
+ min-width: 20px;
134
+ min-height: 20px;
135
+ line-height: 20px;
136
+ background-color: #111;
137
0 commit comments