Compare commits

..

No commits in common. "70a2440339e91069c8d0a0a38abb46d459d9a95a" and "955956b13f4cb2a4de6312b153af4791abafc526" have entirely different histories.

View File

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