diff options
| author | Jacob Oaks <jacoboaks.8@gmail.com> | 2024-04-29 14:56:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 14:56:47 -0400 |
| commit | e4ac19968dfec0b3e226395238bc7d74bae64544 (patch) | |
| tree | 942480776e341fd4dcf5b0b6e8b5b4a1c8adf974 /templates/index.html | |
| parent | 8d4e02ff7abd37664be94417c509bd13d42abd04 (diff) | |
| parent | 5d9ac57635dbc05059aaa9e94b8c76a5da3ca5bb (diff) | |
| download | sally-e4ac19968dfec0b3e226395238bc7d74bae64544.tar.gz | |
Merge branch 'master' into dependabot/github_actions/fossas/fossa-action-1.3.3
Diffstat (limited to '')
| -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"> |