Compare commits

...

3 Commits

View File

@ -23,4 +23,5 @@
darkTheme.value = !darkTheme.value
theme.global.name.value = theme.global.current.value.dark ? 'light' : 'dark'
}
</script>