Skip to content

Commit

Permalink
dark demo background again
Browse files Browse the repository at this point in the history
  • Loading branch information
malgojaviro authored and nd0ut committed Jun 14, 2024
1 parent 805b8b3 commit 99566a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/raw-inline.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
background-color: #121213;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion demo/raw-minimal.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
background-color: #121213;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion demo/raw-regular.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
background-color: #121213;
}
}
</style>
Expand Down

0 comments on commit 99566a6

Please sign in to comment.