Skip to content

Commit

Permalink
Don't force dark mode in the API site.
Browse files Browse the repository at this point in the history
Closes #198.
  • Loading branch information
pvginkel committed Dec 26, 2023
1 parent 5badaa5 commit 1233384
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/Template/public/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
localStorage.setItem("theme", "dark");

export default {
iconLinks: [
{
icon: "github",
href: "https://github.com/TQLApp/TQL",
title: "GitHub",
},
],
};

icon: 'github',
href: 'https://github.com/TQLApp/TQL',
title: 'GitHub'
}
]
}

0 comments on commit 1233384

Please sign in to comment.