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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user