Skip to content

Commit e494017

Browse files
authored
Mention dark background color in readme (#125)
1 parent 265b22a commit e494017

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con
3737
padding: 15px;
3838
}
3939
}
40+
41+
@media (prefers-color-scheme: dark) {
42+
body {
43+
background-color: #0d1117;
44+
}
45+
}
4046
</style>
4147
<article class="markdown-body">
4248
<h1>Unicorns</h1>

0 commit comments

Comments
 (0)