vuetify.js: correct primary color to match keen website

This commit is contained in:
Seth Ladygo
2019-04-26 00:43:04 -07:00
parent 8991485417
commit 6fc247c426

View File

@ -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',