Styling updates, more robust dynamic/userpref light/dark switching. Sync with paskia-js.

This commit is contained in:
2026-02-05 15:27:15 +00:00
parent 291a665e21
commit 871eb149ab
7 changed files with 100 additions and 143 deletions
+1
View File
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Auth Profile</title>
<script>(localStorage.getItem('paskia-theme')==='dark'||localStorage.getItem('paskia-theme')!=='light'&&matchMedia('(prefers-color-scheme:dark)').matches)&&document.documentElement.classList.add('dark')</script>
</head>
<body>
<div id="app"></div>