File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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. */
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 {
7485
7586.button--secondary : hover {
7687 background-color : var (--ifm-color-secondary-light );
77- }
88+ }
You can’t perform that action at this time.
0 commit comments