aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 14:56:47 -0400
committerGitHub <noreply@github.com>2024-04-29 14:56:47 -0400
commite4ac19968dfec0b3e226395238bc7d74bae64544 (patch)
tree942480776e341fd4dcf5b0b6e8b5b4a1c8adf974 /templates/404.html
parent8d4e02ff7abd37664be94417c509bd13d42abd04 (diff)
parent5d9ac57635dbc05059aaa9e94b8c76a5da3ca5bb (diff)
downloadsally-e4ac19968dfec0b3e226395238bc7d74bae64544.tar.gz
Merge branch 'master' into dependabot/github_actions/fossas/fossa-action-1.3.3
Diffstat (limited to '')
-rw-r--r--templates/404.html5
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">