Better styles, logo, effects...

- Make a SVG with classes to invert the color of strokes
- Set a better logo + one vertical
This commit is contained in:
2024-04-10 22:25:07 +02:00
parent d8bd66e66f
commit 19a37ace18
9 changed files with 785 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ function makeImagesZoomable() {
const zone = document.querySelectorAll(".zoomable");
zone.forEach((z, i) => {
const im = z.querySelectorAll("img");
const im = z.querySelectorAll("img,svg");
if (im.length == 0) {
return;
}