Skip to content

Commit

Permalink
default to cerberus
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Mar 13, 2024
1 parent c47344f commit da874db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { Palette } from 'lucide-react';
<script is:inline>
const elemBody = document.querySelector('body');
const elemSelect = document.getElementById('themesList');
const lsTheme = localStorage.getItem('theme') || 'next';
const lsTheme = localStorage.getItem('theme') || 'cerberus';

// Init
elemSelect.value = lsTheme;
Expand Down

0 comments on commit da874db

Please sign in to comment.