Merge pull request #4833 from Simounet/fix/dark-theme-odd

Fix dark theme table odd style
This commit is contained in:
Jérémy Benoist 2020-12-14 09:22:01 +01:00 committed by GitHub
commit 7f10756aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -26,6 +26,7 @@
}
main #content,
table.striped > tbody > tr > td,
#article article,
#article article h1,
#article article h2,
@ -70,4 +71,8 @@
.collapsible {
border-color: #222;
}
table.striped > tbody > tr:nth-child(2n+1) {
background-color: #0c0c0c;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long