Fix dark mode URL add input color

This commit is contained in:
Simounet 2023-05-17 22:27:40 +02:00
parent 97feb41628
commit 274412fb79
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 7 additions and 2 deletions

View file

@ -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