mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-01 09:58:42 -04:00
change default dark theme
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
%sveltekit.head%
|
||||
<script>
|
||||
const darkTheme = 'dracula';
|
||||
const darkTheme = 'dark';
|
||||
const lightTheme = 'cupcake';
|
||||
const preferesDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
||||
const theme = localStorage.getItem('theme')
|
||||
|
||||
Reference in New Issue
Block a user