Skip to content

Commit 82b7a7a

Browse files
authored
Fix search bar styling (#572)
* chore: update boost charts and fix calculation * fix: remove logging * chore: fix comment * fix: update node version in workflow * fix: search modal styling
1 parent 5924d09 commit 82b7a7a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

scripts/fetchedAddressData.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timeLastChecked": 1753727982,
2+
"timeLastChecked": 1756145831,
33
"addressesData": {
44
"v3ContractAddresses": {
55
"topLevel": {

src/css/custom.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,10 @@ code {
141141
}
142142

143143
/* ---DOCSEARCH--- */
144-
.DocSearch {
144+
.DocSearch-Button {
145145
width: 160px;
146146
}
147147
html[data-theme='dark'] .DocSearch {
148-
background-color: var(--ifm-background-color);
149148
border: solid 2px var(--ifm-color-emphasis-300);
150149
color: var(--ifm-color-emphasis-300);
151150
}
@@ -156,7 +155,6 @@ html[data-theme='dark'] .DocSearch:hover {
156155
border: solid 1px rgba(194, 194, 194, 0.363);
157156
}
158157
html[data-theme='light'] .DocSearch {
159-
background-color: var(--ifm-background-color);
160158
border: solid 2px var(--ifm-color-emphasis-500);
161159
color: var(--ifm-color-emphasis-500);
162160
}

0 commit comments

Comments
 (0)