Skip to content

Commit

Permalink
Remove ligt dark mode (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaFu authored Nov 28, 2024
1 parent 2395257 commit fe20513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import '../app.postcss';
import { AppShell, AppBar, LightSwitch } from '@skeletonlabs/skeleton';
import { AppShell, AppBar } from '@skeletonlabs/skeleton';
// Highlight JS
import hljs from 'highlight.js/lib/core';
Expand Down Expand Up @@ -32,7 +32,6 @@
<strong class="text-xl">PACTA Climate Alignment Tool</strong>
</svelte:fragment>
<svelte:fragment slot="trail">
<LightSwitch />
<a
class="btn btn-sm variant-filled-secondary"
href="https://github.com/RMI-PACTA"
Expand Down

0 comments on commit fe20513

Please sign in to comment.