Use colored navbar in Material theme

This commit is contained in:
Skylar Ittner 2019-03-27 12:57:27 -06:00
parent 6976c40957
commit 06fcf86ea1

View File

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