mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
15 lines
308 B
Stylus
15 lines
308 B
Stylus
|
// Specify overrides (theme and/or base variables etc.)
|
||
|
// See https://vuetifyjs.com/quick-start
|
||
|
$theme := {
|
||
|
primary: #9c27b0
|
||
|
accent: #ce93d8
|
||
|
secondary: #424242
|
||
|
info: #0D47A1
|
||
|
warning: #ffb300
|
||
|
error: #B71C1C
|
||
|
success: #2E7D32
|
||
|
}
|
||
|
|
||
|
// Import Vuetify styling
|
||
|
@require '~vuetify/src/stylus/main.styl'
|