Skip to content

Commit 763a13b

Browse files
committed
test
1 parent 1df32e9 commit 763a13b

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<style>
2+
html{
3+
color-scheme: dark;
4+
}
5+
</style>
6+
7+
18

29
## Main
310
- [https://nangman.org](https://nangman.org)

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
remote_theme: son-link/jekyll-simple-dark
2-
plugins:
3-
- jekyll-remote-theme
4-
- jekyll-seo-tag
1+
# remote_theme: son-link/jekyll-simple-dark
2+
# plugins:
3+
# - jekyll-remote-theme
4+
# - jekyll-seo-tag
55

66

77
# theme: minima

src/test.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@
1010
<h1>test</h1>
1111

1212
</body>
13-
</html>
13+
</html>
14+
<style>
15+
html{
16+
color-scheme: dark;
17+
}
18+
</style>

0 commit comments

Comments
 (0)