Hangar/frontend/assets/variables.scss
Jake Potrebic 65bdd49286
bunch of project page work
only thing missing is page deletion
2021-02-08 23:53:45 -08:00

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;