Skip to content

Commit

Permalink
chore: primary color as theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Aug 7, 2024
1 parent 8e78321 commit acfd472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineNuxtConfig({
{ name: "apple-mobile-web-app-title", content: SITE.name },
{ name: "application-name", content: SITE.name },
{ name: "msapplication-TileColor", content: "#ffffff" },
{ name: "theme-color", content: "#ffffff" },
{ name: "theme-color", content: "#c25050" },
{ name: "apple-mobile-web-app-capable", content: SITE.name }
]
}
Expand Down

0 comments on commit acfd472

Please sign in to comment.