Use colored navbar in Material theme

master
Skylar Ittner 5 years ago
parent 6976c40957
commit 06fcf86ea1

@ -65,4 +65,13 @@ input.money-input:focus:-ms-input-placeholder {
display: inline-block;
max-width: calc(100% - 1.1em);
text-align: center;
}
html.md .navbar {
background-color: var(--f7-theme-color);
color: white;
}
html.md .navbar .link {
color: white;
}
Loading…
Cancel
Save