aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 13:59:54 -0400
committerGitHub <noreply@github.com>2024-04-29 13:59:54 -0400
commit8e51ce359599ca6a0ca844364f81b1d45f228b04 (patch)
treeeaad2b88ca2b76554a8bf336005d87a715720140 /templates/404.html
parent33f6b6c06ee3ba4cf16825725da2104d52e14b49 (diff)
parent4dcde33a7a5079de367eeedd24facd4f583ae386 (diff)
downloadsally-8e51ce359599ca6a0ca844364f81b1d45f228b04.tar.gz
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
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">