mirror of https://github.com/wallabag/wallabag.git
Merge pull request #6525 from Simounet/fix/dark-mode-add-url-input
Fix dark mode URL add input color
This commit is contained in:
commit
a6e9530580
|
@ -16,7 +16,7 @@
|
|||
.side-nav .collapsible-body,
|
||||
.side-nav.fixed .collapsible-body,
|
||||
.tabs {
|
||||
background-color: #121212;
|
||||
background-color: #131716;
|
||||
}
|
||||
|
||||
table.striped > tbody > tr:nth-child(2n+1),
|
||||
|
@ -135,6 +135,11 @@
|
|||
color: #abb2bf;
|
||||
}
|
||||
|
||||
.input-field.nav-panel-add.disabled,
|
||||
.input-field.nav-panel-add.disabled input {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@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
Loading…
Reference in New Issue