Skip to content

Commit

Permalink
disable auto setting darkMode
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 15, 2023
1 parent 283e290 commit 2896614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Routes />
<script src="_framework/blazor.web.js"></script>
<script src="js/servicestack-blazor.js"></script>
<script>JS.init()</script>
<script>JS.init({ colorScheme:false })</script>
<script src="lib/js/highlight.js"></script>
<script>hljs.highlightAll()</script>
</body>
Expand Down

0 comments on commit 2896614

Please sign in to comment.