@@ -200,7 +200,7 @@ theme:
200200 </div>
201201 </div>
202202
203- 2 . With __2__ (color schemes) __x 21__ (primary colors) __x 17__ (accent color)
203+ 3 . With __2__ (color schemes) __x 21__ (primary colors) __x 17__ (accent color)
204204 = __714__ combinations, it's impossible to ensure that all configurations
205205 provide a good user experience (e.g. _yellow on light background_). Make
206206 sure that the color combination of your choosing provides enough contrast
@@ -211,9 +211,8 @@ The following properties must be set for each toggle:
211211` icon` { # toggle-icon }
212212
213213: :octicons-milestone-24 : Default: _none_ · :octicons-alert-24: Required –
214- This property must point to a valid icon path referencing [any icon bundled
215- with the theme][custom icons], or the build will not succeed. Some popular
216- combinations :
214+ This property must point to a valid icon path referencing any icon bundled
215+ with the theme, or the build will not succeed. Some popular combinations :
217216
218217 * :material-toggle-switch-off-outline: + :material-toggle-switch: – `material/toggle-switch-off-outline` + `material/toggle-switch`
219218 * :material-weather-sunny: + :material-weather-night: – `material/weather-sunny` + `material/weather-night`
@@ -231,7 +230,7 @@ The following properties must be set for each toggle:
231230 [palette.scheme] : # color-scheme
232231 [palette.primary] : # primary-color
233232 [palette.accent] : # accent-color
234- [custom icons ] : https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
233+ [icon search ] : ../reference/icons-emojis.md#search
235234
236235# ## System preference
237236
0 commit comments