diff options
| author | Jacob Oaks <jacoboaks.8@gmail.com> | 2024-04-29 14:56:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 14:56:56 -0400 |
| commit | a00b837ec45a226977f66cbe7b40a0ea692f41e4 (patch) | |
| tree | 3118bd64a7eb1810721f538c79bc63a47df30e0f /templates/404.html | |
| parent | 5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a (diff) | |
| parent | 5d9ac57635dbc05059aaa9e94b8c76a5da3ca5bb (diff) | |
| download | sally-a00b837ec45a226977f66cbe7b40a0ea692f41e4.tar.gz | |
Merge branch 'master' into dependabot/go_modules/github.com/stretchr/testify-1.9.0
Diffstat (limited to '')
| -rw-r--r-- | templates/404.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html index ab5b34a..1915091 100644 --- a/templates/404.html +++ b/templates/404.html @@ -2,6 +2,11 @@ <html> <head> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" /> + <style> + @media (prefers-color-scheme: dark) { + body { background-color: #333; color: #ddd; } + } + </style> </head> <body> <div class="container"> |