Skip to content

Commit b204919

Browse files
committed
Fix search highlight color
1 parent 917466f commit b204919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@theme/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ul.nav.navbar-nav {
261261
--link-color-visited: #fff;
262262
--link-color-primary-hover: #9a52ff;
263263

264-
--search-highlight-text-color: var(--color-blue-4);
264+
--search-highlight-text-color: #4BB7FF; /* color-blue-4 */
265265
}
266266

267267
:root .form-control-plaintext {

0 commit comments

Comments
 (0)