Nicer item page

Add markdown support to item description
Cart now gets loaded in the background, poorly implemented I presume
This commit is contained in:
Michał Gdula 2024-05-08 17:53:21 +01:00
parent a704082779
commit a1dfcd3c35
14 changed files with 365 additions and 140 deletions

View file

@ -61,6 +61,10 @@ nav {
border-radius: $border-radius-circle;
background-color: $color-light;
color: $color-on-light;
img {
width: 10px;
}
}
}
@ -86,7 +90,6 @@ nav {
> img {
height: calc($sizing-navigation-height - calc(2 * $spacing-small));
display: block;
}
}

View file

@ -21,7 +21,6 @@ body,
body {
background-color: darken($color-background, 10%);
//background-color: $color-background;
background-image: url("/assets/Noise.png");
color: $color-on-background;
}