mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-09 06:32:43 +08:00
65bdd49286
only thing missing is page deletion
9 lines
253 B
SCSS
9 lines
253 B
SCSS
// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
|
|
//
|
|
// The variables you want to modify
|
|
// $font-size-root: 20px;
|
|
//@import '~vue-cli-plugin-vuetify-preset-reply/preset/variables.scss';
|
|
$dark: #333;
|
|
$light: #ccc;
|
|
$lighter: #ddd;
|