Skip to content

Commit c0b66fe

Browse files
committed
fixup! dark-mode: adjust the search
1 parent 25ba616 commit c0b66fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/sass/search.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ ol.full-search-results {
174174
}
175175

176176
button {
177-
border-color: var(--link-color);
178-
color: var(--link-color);
177+
border-color: var(--button-color);
178+
color: var(--button-color);
179179
background: var(--callout-color);
180180
font-weight: bold;
181181
@include border-radius(3px);

0 commit comments

Comments
 (0)