Adds new material theme

This commit is contained in:
Alicia Sykes
2021-06-02 16:05:42 +01:00
parent 9cf720e711
commit 453b162cac
6 changed files with 198 additions and 110 deletions

View File

@@ -29,12 +29,12 @@ export default {
<style scoped lang="scss">
footer {
padding: 0.5rem;
padding: 0.25rem;
text-align: center;
color: var(--medium-grey);
opacity: var(--dimming-factor);
background: var(--background-darker);
margin-top: 1rem;
margin-top: 7px;
border-top: 1px solid var(--outline-color);
}