mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 07:30:47 +00:00
style
This commit is contained in:
parent
c9f4aae633
commit
d872002ee9
14 changed files with 108 additions and 32 deletions
|
|
@ -12,14 +12,17 @@ export default ({
|
|||
router,
|
||||
siteData
|
||||
}) => {
|
||||
require('./styles/main.scss')
|
||||
Vue.use(Vuex)
|
||||
Vue.mixin({ store: store })
|
||||
Vue.use(Vuetify)
|
||||
options.vuetify = new Vuetify({
|
||||
theme: {
|
||||
// primary: colors.red.darken1, // #E53935
|
||||
// secondary: colors.red.lighten4, // #FFCDD2
|
||||
// accent: colors.indigo.base // #3F51B5
|
||||
light: {
|
||||
primary: '#563f5a', // Héros
|
||||
// secondary: colors.red.lighten4, // #FFCDD2
|
||||
accent: '#9b1c47' // Dragons
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue