Skip to content

Commit

Permalink
dark theme index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepTester committed Jan 6, 2025
1 parent e5b75e2 commit 0a22100
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<meta charset="UTF-8">
<meta name="description" content="dont click on me yet pls"/>
<style>

@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
}
}
</style>
</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions misc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<link rel="stylesheet" type="text/css" href="/sheep3.css">
<script src="/sheep3.js" charset="utf-8"></script>
<style media="screen">
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
}
}
a {
display: table;
}
Expand Down

0 comments on commit 0a22100

Please sign in to comment.