forked from wallabag/wallabag
Fix 5421 dark theme on the developper page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user