aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorJacob Oaks <jacoboaks.8@gmail.com>2024-04-29 14:56:56 -0400
committerGitHub <noreply@github.com>2024-04-29 14:56:56 -0400
commita00b837ec45a226977f66cbe7b40a0ea692f41e4 (patch)
tree3118bd64a7eb1810721f538c79bc63a47df30e0f /templates/index.html
parent5683eee3e5bd1cf1d2a09ed80c8af7b48d0d5d2a (diff)
parent5d9ac57635dbc05059aaa9e94b8c76a5da3ca5bb (diff)
downloadsally-a00b837ec45a226977f66cbe7b40a0ea692f41e4.tar.gz
Merge branch 'master' into dependabot/go_modules/github.com/stretchr/testify-1.9.0
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 8014921..53a41a2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -16,6 +16,14 @@
.table-header { display: block; }
.inline-header { display: none; }
}
+
+ @media (prefers-color-scheme: dark) {
+ body { background-color: #333; color: #ddd; }
+ a { color: #ddd; }
+ a:visited { color: #bbb; }
+ .description { color: #bbb; }
+ .separator { border-color: #666; }
+ }
</style>
<body>
<div class="container">