From f7086c8aa36de9e1d292f44f69c9cb7aff0bdad5 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Wed, 11 Sep 2024 15:20:23 +0300 Subject: [PATCH] fix type in last docs update --- docs/configs/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/services.md b/docs/configs/services.md index 66c8ea49..daa0fceb 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -69,7 +69,7 @@ You can also specify prefixed icons from: - [Material Design Icons](https://materialdesignicons.com) with `mdi-XX` - [Simple Icons](https://simpleicons.org/) with `si-XX` -- [selfh.st/icons](https://selfh.st/icons/) with `sh-XX` to use the png version or `sh-XX.svg/png/web` for a specific version +- [selfh.st/icons](https://selfh.st/icons/) with `sh-XX` to use the png version or `sh-XX.svg/png/webp` for a specific version You can specify a custom color for `mdi` and `si` icons by adding a hex color code as a suffix e.g. `mdi-XX-#f0d453` or `si-XX-#a712a2`.