Skip to content

Commit

Permalink
Removed dark mode class on body
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Nov 30, 2023
1 parent 40ba8f0 commit e8cd715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/analyze/html/index.html
Expand Up @@ -60,7 +60,7 @@
{{end}}
</head>

<body class="dark-mode z-0">
<body class="z-0">
<div id="windows" class="position-absolute">
<div class="sticky-alerts"></div>
</div>
Expand Down

0 comments on commit e8cd715

Please sign in to comment.