Skip to content

Commit

Permalink
improve css for diagnostics in dark mode (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe authored Aug 24, 2023
1 parent d81ec17 commit be1062c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/client/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,4 +857,12 @@ nav > div #docs-btn .long-text {
background-color: var(--dark);
color: var(--light);
}

#diagnostics li p {
color: var(--light);
}

#diagnostics li strong {
color: var(--light);
}
}

0 comments on commit be1062c

Please sign in to comment.