Merge pull request #6101 from urbit/m/debug-dashboard-darkmode

dbug: make sure text is legible in dark mode
This commit is contained in:
fang 2022-11-28 10:48:06 +01:00 committed by GitHub
commit 42a02074c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -158,6 +158,7 @@ a {
@media all and (prefers-color-scheme: dark) {
body {
background-color: #333;
color: white;
}
.bg-black-d {
background-color: black;