Revert "wip"

This reverts commit 61956f150f.
This commit is contained in:
rca 2024-07-22 02:47:50 +09:00
parent 61956f150f
commit 526803ea1c
3 changed files with 1 additions and 14 deletions

View File

@ -78,6 +78,6 @@ onMounted(() => {
</script>
<style lang="scss" scoped>
<style scoped>
</style>

View File

@ -1,7 +1 @@
// app global css in SCSS form
// Text
body {
color: $text-color;
background-color: $color-light-gray;
}

View File

@ -62,10 +62,3 @@ defineOptions({
});
</script>
<style lang="scss">
.q-toolbar {
background-color: darken($primary, 30%);
}
</style>