Wrote a ton of color themes

This commit is contained in:
Alicia Sykes
2021-04-15 19:30:30 +01:00
parent 8b3d3cab88
commit 7f3e8dd818
17 changed files with 209 additions and 94 deletions

View File

@@ -155,12 +155,12 @@ export default {
</script>
<style lang="scss" scoped>
@import '../../src/styles/media-queries.scss';
@import '@/styles/media-queries.scss';
.home {
background: var(--background);
padding-bottom: 1px;
min-height: 90%;
background: var(--background);
min-height: calc(100vh - 126px);
}
/* Outside container wrapping the item groups*/