mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +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) {
|
@media all and (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.bg-black-d {
|
.bg-black-d {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
Loading…
Reference in New Issue
Block a user