Fix 5421 dark theme on the developper page

This commit is contained in:
Simounet 2021-10-07 19:25:03 +02:00
parent 6142adc4dc
commit 3d74bf483f
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 6 additions and 3 deletions

View file

@ -19,6 +19,7 @@
background-color: #121212; background-color: #121212;
} }
table.striped > tbody > tr:nth-child(2n+1),
.dropdown-content li { .dropdown-content li {
background-color: #232323; background-color: #232323;
} }
@ -108,7 +109,9 @@
} }
.border-bottom, .border-bottom,
.collapsible { .collapsible,
.collapsible-body,
.collapsible-header {
border-color: #222; border-color: #222;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long