fix(front): update styles to support fw UI

This commit is contained in:
Ciarán Ainsworth 2023-11-12 17:04:47 +01:00
parent 18136c7ae4
commit 1ba2f6df72
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -2,11 +2,11 @@ import { useColorMode, usePreferredDark } from '@vueuse/core'
import { computed } from 'vue'
const theme = useColorMode({
selector: 'body',
selector: 'html',
modes: {
auto: '',
light: 'theme-light',
dark: 'theme-dark'
light: 'theme-light light',
dark: 'theme-dark dark'
},
emitAuto: true
})

View File

@ -1,6 +1,7 @@
html {
scroll-behavior: smooth;
font-size: 16px;
}
:root {