Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit 7632941962 - Show all commits

View file

@ -69,7 +69,7 @@
.nordlys { .nordlys {
--background: 0 0% 0%; /* #000000 */ --background: 0 0% 0%; /* #000000 */
--foreground: 173 80% 40%; /* #14b8a6 */ --foreground: 183 100% 96%; /* #14b8a6 */
--muted: 183 100% 96%; /* #ecfeff */ --muted: 183 100% 96%; /* #ecfeff */
--muted-foreground: 176 61% 19%; /* #134e4a */ --muted-foreground: 176 61% 19%; /* #134e4a */
@ -83,10 +83,10 @@
--border: 183 100% 96%; /* #ecfeff */ --border: 183 100% 96%; /* #ecfeff */
--input: 183 100% 96%; /* #ecfeff */ --input: 183 100% 96%; /* #ecfeff */
--primary: 173 80% 40%; /* #14b8a6 */ --primary: 183 100% 96%; /* #14b8a6 */
--primary-foreground: 221 39% 11%; /* #111827 */ --primary-foreground: 221 39% 11%; /* #111827 */
--secondary: 183 100% 96%; /* #ecfeff */ --secondary: 173 80% 40%; /* #ecfeff */
--secondary-foreground: 173 80% 40%; /* #14b8a6 */ --secondary-foreground: 173 80% 40%; /* #14b8a6 */
--accent: 183 100% 96%; /* #ecfeff */ --accent: 183 100% 96%; /* #ecfeff */