Skip to content

Commit

Permalink
Dark mode implemented on post pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreStork committed Aug 15, 2024
1 parent c1115a5 commit 5249126
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta name="color-scheme" content="dark">
<style>
body{
background-color: black;
color: white;
}
</style>
</head>
<body>
{{ content }}
Expand Down

0 comments on commit 5249126

Please sign in to comment.