mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-16 15:48:30 +09:00
14 lines
346 B
SCSS
14 lines
346 B
SCSS
/* SEE: https://vuematerial.io/themes/configuration */
|
|
|
|
@import '../const.json';
|
|
|
|
@import "~vue-material/dist/theme/engine";
|
|
|
|
@include md-register-theme("default", (
|
|
primary: $themeColor,
|
|
accent: md-get-palette-color(red, A200)
|
|
));
|
|
|
|
@import "~vue-material/dist/components/MdButton/theme";
|
|
@import "~vue-material/dist/components/MdField/theme";
|