forked from wallabag/wallabag
Basic dark theme handling
This commit is contained in:
@ -71,7 +71,6 @@ nav {
|
||||
}
|
||||
|
||||
.input-field input:focus {
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
color: #444;
|
||||
@ -108,6 +107,11 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
.nav-panel-add,
|
||||
.nav-panel-search {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.nav-form-button {
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user