diff options
| author | Jacob Oaks <jacoboaks.8@gmail.com> | 2024-04-29 13:59:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 13:59:54 -0400 |
| commit | 8e51ce359599ca6a0ca844364f81b1d45f228b04 (patch) | |
| tree | eaad2b88ca2b76554a8bf336005d87a715720140 /templates/index.html | |
| parent | 33f6b6c06ee3ba4cf16825725da2104d52e14b49 (diff) | |
| parent | 4dcde33a7a5079de367eeedd24facd4f583ae386 (diff) | |
| download | sally-8e51ce359599ca6a0ca844364f81b1d45f228b04.tar.gz | |
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-4
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 8 |
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"> |