create dark mode

This commit is contained in:
André Weller
2019-05-14 19:30:29 +02:00
parent 28c1e3d409
commit 86ebeee672
20 changed files with 73 additions and 1076 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
nuxt-link(to="/").logo
img(src="~/assets/icons-1.png")
img(src="~/assets/logo.svg")
</template>
@@ -8,7 +8,6 @@
.logo {
display: flex;
align-items: center;
justify-content: center;
}
img {
padding: .2rem;