mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-25 18:41:05 +00:00
Fix 5421 dark theme on the developper page
This commit is contained in:
parent
6142adc4dc
commit
3d74bf483f
3 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue