Skip to content

Commit c116d11

Browse files
committed
Updated colors for search and autocomplete
1 parent b4f189a commit c116d11

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/css/custom.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
--ifm-color-secondary-light: #19daf9;
2626
--ifm-color-secondary-lighter: #25dcfa;
2727
--ifm-color-secondary-lightest: #49e2fb;
28+
29+
/* Search box icon & focus. Same color as --radfish-primary-blue */
30+
--aa-primary-color-rgb: 32, 84, 147 !important;
2831
}
2932

3033
/* For readability concerns, you should choose a lighter palette in dark mode. */
@@ -37,6 +40,14 @@
3740
--ifm-color-primary-lighter: #32d8b4;
3841
--ifm-color-primary-lightest: #4fddbf;
3942
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
43+
44+
/* Search box icon & focus. Same color as --ifm-color-secondary */
45+
--aa-primary-color-rgb: 6, 210, 243 !important;
46+
/* Search box border & selected color: blue */
47+
--aa-input-border-color-rgb: 221, 221, 221 !important;
48+
--aa-selected-color-rgb: 32, 84, 147 !important;
49+
/* Search text. Same color as --radfish-gray-light */
50+
--aa-muted-color-rgb: 102, 102, 102 !important;
4051
}
4152

4253
.buttons {
@@ -74,4 +85,4 @@
7485

7586
.button--secondary:hover {
7687
background-color: var(--ifm-color-secondary-light);
77-
}
88+
}

0 commit comments

Comments
 (0)