refactor: use inherit

pull/256/head
Eduardo San Martin Morote 5 years ago
parent b6ee79a11e
commit 517f8c6103

@ -36,7 +36,7 @@ defineEmit(['toggle'])
border-bottom: 1px solid var(--c-divider); border-bottom: 1px solid var(--c-divider);
padding: .7rem 1.5rem .7rem 4rem; padding: .7rem 1.5rem .7rem 4rem;
height: var(--header-height); height: var(--header-height);
background-color: var(--c-bg); background-color: inherit;
} }
@media (min-width: 720px) { @media (min-width: 720px) {

Loading…
Cancel
Save