Feature: Add default background color

This commit is contained in:
winkidney
2019-11-26 14:00:52 +08:00
committed by Isaac Bythewood
parent 1a165ec631
commit 5b57587755

View File

@@ -21,4 +21,7 @@ export default {
// Import Bulma and Buefy styles
@import "~bulma";
@import "~buefy/src/scss/buefy";
#app {
background-color: #F5F5EB;
}
</style>