Skip to content

Commit

Permalink
#461: Fixed namespace color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 6, 2021
2 parents 8d98bc1 + 587b7a7 commit 2eccd5e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -409,6 +409,10 @@ code { font-family: Consolas, monospace; font-size: 0.9em; }
border: solid 1px #3B3A39;
}

.overview tr.namespace th {
background-color: #444;
}

.overview thead th {
background-color: #444;
}
Expand Down

0 comments on commit 2eccd5e

Please sign in to comment.