diff --git a/client/client-app.js b/client/client-app.js index cdf27a80..725fdb67 100644 --- a/client/client-app.js +++ b/client/client-app.js @@ -211,7 +211,18 @@ let bootstrap = () => { vuetify: new Vuetify({ rtl: siteConfig.rtl, theme: { - dark: darkModeEnabled + dark: darkModeEnabled, + themes: { + light: { + primary: '#2051e5', + secondary: '#f7fafc', + accent: ' #86b7fe', + error: ' #ff2d54', + info: '#f7fafc', + success: ' #16de7e', + warning: '#ffcc00' + } + } } }), mounted () { diff --git a/client/components/common/nav-header.vue b/client/components/common/nav-header.vue index e5f7acdf..5ebd3573 100644 --- a/client/components/common/nav-header.vue +++ b/client/components/common/nav-header.vue @@ -1,7 +1,7 @@