mirror of https://github.com/Kylart/KawAnime.git
14 lines
307 B
Stylus
14 lines
307 B
Stylus
// Specify overrides (theme and/or base variables etc.)
|
|
// See https://vuetifyjs.com/quick-start
|
|
$theme := {
|
|
primary: #0D47A1
|
|
accent: #ce93d8
|
|
secondary: #505050
|
|
info: #9c27b0
|
|
warning: #ff9800
|
|
error: #B71C1C
|
|
success: #2E7D32
|
|
}
|
|
|
|
// Import Vuetify styling
|
|
@require '~vuetify/src/stylus/main.styl' |