aboutsummaryrefslogtreecommitdiff
path: root/templates/package.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/package.html
parent33f6b6c06ee3ba4cf16825725da2104d52e14b49 (diff)
parent4dcde33a7a5079de367eeedd24facd4f583ae386 (diff)
downloadsally-8e51ce359599ca6a0ca844364f81b1d45f228b04.tar.gz
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
Diffstat (limited to 'templates/package.html')
-rw-r--r--templates/package.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/package.html b/templates/package.html
index 6183c51..281368a 100644
--- a/templates/package.html
+++ b/templates/package.html
@@ -3,6 +3,13 @@
<head>
<meta name="go-import" content="{{ .ModulePath }} {{ .VCS }} https://{{ .RepoURL }}">
<meta http-equiv="refresh" content="0; url={{ .DocURL }}">
+ <style>
+ @media (prefers-color-scheme: dark) {
+ body { background-color: #333; color: #ddd; }
+ a { color: #ddd; }
+ a:visited { color: #bbb; }
+ }
+ </style>
</head>
<body>
Nothing to see here. Please <a href="{{ .DocURL }}">move along</a>.