@@ -154,25 +154,25 @@ You can add custom npmx badges to your markdown files using the following syntax
154154
155155You can further customize your badges by appending query parameters to the badge URL.
156156
157- ##### ` color `
157+ #### ` colorA `
158158
159- Overrides the default strategy color. You can pass a standard hex code (with or without the ` # ` prefix).
159+ Overrides the default label color. You can pass a standard hex code (with or without the ` # ` prefix).
160160
161- - ** Default** : Depends on the badge type (e.g., version is blue, downloads are orange).
162- - ** Usage** : ` ?color =HEX_CODE `
161+ - ** Default** : ` #0a0a0a `
162+ - ** Usage** : ` ?colorA =HEX_CODE `
163163
164- | Example | URL |
165- | :------------- | :------------------------------------ |
166- | ** Hot Pink** | ` .../badge/version/nuxt?color=ff69b4 ` |
167- | ** Pure Black** | ` .../badge/version/nuxt?color=000000 ` |
168- | ** Brand Blue** | ` .../badge/version/nuxt?color=3b82f6 ` |
164+ ##### ` colorB `
169165
170- #### ` colorLeft `
166+ Overrides the default strategy color. You can pass a standard hex code (with or without the ` # ` prefix).
171167
172- Overrides the default label color. You can pass a standard hex code (with or without the ` # ` prefix).
168+ - ** Default** : Depends on the badge type (e.g., version is blue, downloads are orange).
169+ - ** Usage** : ` ?colorB=HEX_CODE `
173170
174- - ** Default** : ` #0a0a0a `
175- - ** Usage** : ` ?colorLeft=HEX_CODE `
171+ | Example | URL |
172+ | :------------- | :------------------------------------- |
173+ | ** Hot Pink** | ` .../badge/version/nuxt?colorB=ff69b4 ` |
174+ | ** Pure Black** | ` .../badge/version/nuxt?colorB=000000 ` |
175+ | ** Brand Blue** | ` .../badge/version/nuxt?colorB=3b82f6 ` |
176176
177177##### ` name `
178178
0 commit comments