diff --git a/readme.md b/readme.md index 9a44ef4..6d1b895 100644 --- a/readme.md +++ b/readme.md @@ -37,6 +37,12 @@ Import the `github-markdown.css` file and add a `markdown-body` class to the con padding: 15px; } } + + @media (prefers-color-scheme: dark) { + body { + background-color: #0d1117; + } + }

Unicorns