mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
Merge pull request #6101 from urbit/m/debug-dashboard-darkmode
dbug: make sure text is legible in dark mode
This commit is contained in:
commit
42a02074c4
File diff suppressed because one or more lines are too long
@ -158,6 +158,7 @@ a {
|
||||
@media all and (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
}
|
||||
.bg-black-d {
|
||||
background-color: black;
|
||||
|
Loading…
Reference in New Issue
Block a user