Skip to content

Commit

Permalink
remove dark class from html
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckeeDev committed Jan 23, 2024
1 parent 50f5fb5 commit 726dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/_layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
</head>
<body class="dark">
<body>
<div class="container-lg px-3 my-5 markdown-body">
{{ content }}

Expand Down

0 comments on commit 726dc0a

Please sign in to comment.