We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9b3ed commit 33c6d62Copy full SHA for 33c6d62
src/configs/site.ts
@@ -29,6 +29,10 @@ export default {
29
name: 'Google',
30
icon: 'bi:sun-fill',
31
},
32
+ microsoft: {
33
+ name: 'Microsoft',
34
+ icon: 'bi:sun-fill',
35
+ },
36
37
plugins: {
38
counterAnalytics: {
theme.config.cjs
@@ -204,5 +204,13 @@ module.exports = {
204
tertiary: themeColors.light['tertiary'],
205
}, false)
206
207
+ {
208
+ name: 'microsoft',
209
+ extend: siteTheme({
210
+ primary: '#0067b8',
211
+ secondary: themeColors.light['secondary'],
212
+ tertiary: themeColors.light['tertiary'],
213
+ }, false)
214
215
]
216
}
0 commit comments