(litenote config) implement dark mode on notes

Closes #5
This commit is contained in:
2021-03-27 16:56:54 +01:00
parent f352f8ba0f
commit 373ba812f5
8 changed files with 72 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
<template>
<button class="button is-primary go-back" @click="back">
<button class="button is-white go-back" @click="back">
<img src="@/assets/icons/left-arrow.svg" alt="back" />
</button>
</template>
@@ -22,5 +22,6 @@ export default defineComponent({
<style lang="scss" scoped>
.go-back {
margin: 10px 0;
}
</style>