Added basic webinterface design

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-28 01:53:26 +02:00
parent 1f13487fca
commit 01d52d1dce
29 changed files with 752 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ export default {
height: 1000000px;
position: absolute;
z-index: -9;
mask-image: url("/images/tiles/grid.png");
mask-image: url("/assets/images/tiles/grid.png");
background-color: theme("colors.purple-1");
&__wrapper {