¯\_(ツ)_/¯

This commit is contained in:
Alicia Sykes
2021-03-23 14:45:46 +00:00
parent a118b9ef06
commit 31e7089484
4 changed files with 31 additions and 256 deletions

View File

@@ -6,13 +6,21 @@
</template>
<script>
// const jsyaml = require("js-yaml");
import Footer from '@/components/Footer.vue';
// import defaultConfig from '../src/data/conf.yml';
export default {
name: 'app',
components: {
Footer,
},
// methods: {
// getConfig: async function () {
// // const defaults = jsyaml.load(defaultConfig);
// },
// }
};
</script>

View File

@@ -145,7 +145,7 @@ export default {
.tile-icon {
width: 60px;
filter: drop-shadow(2px 4px 6px $transparent-black);
filter: drop-shadow(2px 4px 6px $transparent-black) saturate(0.65);
}
.item:hover {