Init shop

This commit is contained in:
Jeremy Thomas
2024-06-10 23:20:16 +01:00
parent db6f2cd0e3
commit af7c31b613
5 changed files with 1459 additions and 17 deletions

View File

@@ -1,15 +1,3 @@
:root {
--zlog-h: 221deg;
--zlog-s: 40%;
--zlog-l: 30%;
--zlog: hsl(var(--zlog-h), var(--zlog-s), var(--zlog-l));
}
.zlog {
color: var(--zlog);
display: none;
}
body {
align-content: flex-start;
/* display: grid; */