docs: Fix (new) label text color in dark theme

This commit is contained in:
Francis Lavoie 2020-05-17 17:26:46 -04:00
parent 360c3b2ad0
commit f2a35c2aa6
No known key found for this signature in database
GPG key ID: 7D1A27F0725BE5D8

View file

@ -806,6 +806,10 @@ td code {
color: #bdd6f7;
}
header nav .new {
color: black;
}
#search {
background: rgb(28, 52, 79);
color: #bdd6f7;