diff --git a/assets/templates/default.html b/assets/templates/default.html index 2b1b1cc..a79beed 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -56,8 +56,8 @@ .line:target { background-color: yellow } @media (prefers-color-scheme: dark) { body { - color: white; - background-color: black; + color: #dddddd; + background-color: #111111; } a { color: cyan; } pre, code { background-color: #222222 }