mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-04 17:32:56 +00:00
dark mode everywhere
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<script lang="ts">
|
||||
import { base } from '$app/paths';
|
||||
|
||||
import { mode } from 'mode-watcher';
|
||||
</script>
|
||||
|
||||
<img src="{base}/logo.svg" alt="Logo of gpx.studio." {...$$restProps} />
|
||||
<img
|
||||
src="{base}/logo{$mode === 'dark' ? '-dark' : ''}.svg"
|
||||
alt="Logo of gpx.studio."
|
||||
{...$$restProps}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user