diff --git a/php/public/img/jenna-kim-the-globe-dark.webp b/php/public/img/jenna-kim-the-globe-dark.webp deleted file mode 100644 index bd3b0daf..00000000 Binary files a/php/public/img/jenna-kim-the-globe-dark.webp and /dev/null differ diff --git a/php/public/img/jenna-kim-the-globe.webp b/php/public/img/jenna-kim-the-globe.webp deleted file mode 100644 index 909a8761..00000000 Binary files a/php/public/img/jenna-kim-the-globe.webp and /dev/null differ diff --git a/php/public/img/jo-myoung-hee-fluid-dark.webp b/php/public/img/jo-myoung-hee-fluid-dark.webp new file mode 100644 index 00000000..314048f9 Binary files /dev/null and b/php/public/img/jo-myoung-hee-fluid-dark.webp differ diff --git a/php/public/img/jo-myoung-hee-fluid.webp b/php/public/img/jo-myoung-hee-fluid.webp new file mode 100644 index 00000000..1e9f4aad Binary files /dev/null and b/php/public/img/jo-myoung-hee-fluid.webp differ diff --git a/php/public/style.css b/php/public/style.css index e3b24700..b4d5f8a5 100644 --- a/php/public/style.css +++ b/php/public/style.css @@ -251,7 +251,7 @@ svg:not(:has(use)) .fallback-text { min-width: 100vw; position: fixed; width: 100vw; - background-image: url("img/jenna-kim-the-globe.webp"); + background-image: url("img/jo-myoung-hee-fluid.webp"); background-position: center; background-repeat: no-repeat; background-size: cover; @@ -260,7 +260,7 @@ svg:not(:has(use)) .fallback-text { } html[data-theme="dark"] .wrapper { - background-image: url("img/jenna-kim-the-globe-dark.webp"); + background-image: url("img/jo-myoung-hee-fluid-dark.webp"); } form { diff --git a/php/templates/layout.twig b/php/templates/layout.twig index 6ed264c2..e20ca3e0 100644 --- a/php/templates/layout.twig +++ b/php/templates/layout.twig @@ -1,7 +1,7 @@