vuetify.js: correct primary color to match keen website
This commit is contained in:
@ -4,7 +4,8 @@ import 'vuetify/src/stylus/app.styl'
|
|||||||
|
|
||||||
Vue.use(Vuetify, {
|
Vue.use(Vuetify, {
|
||||||
theme: {
|
theme: {
|
||||||
primary: '#fddd04',
|
primary: '#fdd02f',
|
||||||
|
keen_yellow: '#fddd04',
|
||||||
keen_dark_grey: '#373737',
|
keen_dark_grey: '#373737',
|
||||||
keen_light_grey: '#bababa',
|
keen_light_grey: '#bababa',
|
||||||
secondary: '#424242',
|
secondary: '#424242',
|
||||||
|
|||||||
Reference in New Issue
Block a user