Merge pull request #5453 from Simounet/fix/5421-dark-theme-developper-page

Fix/5421 dark theme developper page
This commit is contained in:
Kevin Decherf 2021-10-23 14:35:11 +02:00 committed by GitHub
commit c34760127f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -19,6 +19,7 @@
background-color: #121212;
}
table.striped > tbody > tr:nth-child(2n+1),
.dropdown-content li {
background-color: #232323;
}
@ -108,7 +109,9 @@
}
.border-bottom,
.collapsible {
.collapsible,
.collapsible-body,
.collapsible-header {
border-color: #222;
}
@ -116,6 +119,11 @@
background-color: #666;
}
.hljs {
color: #abb2bf;
background-color: #282c34;
}
@media only screen and (min-width: 992px) {
#article {
background-color: #101010;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long