diff --git a/public/textures/ac-tile.webp b/public/textures/ac-tile.webp new file mode 100644 index 0000000..99ddea0 Binary files /dev/null and b/public/textures/ac-tile.webp differ diff --git a/style.css b/style.css index c5cf30b..e9e62af 100644 --- a/style.css +++ b/style.css @@ -1832,6 +1832,20 @@ html[data-theme="dark"][data-design-theme="animal-crossing"] .beian a:hover { color: var(--accent); } +html[data-design-theme="animal-crossing"] body::before { + background-image: url("/textures/ac-tile.webp"); + background-size: auto; + background-repeat: repeat; + opacity: 0.6; +} + +html[data-theme="dark"][data-design-theme="animal-crossing"] body::before { + background-image: url("/textures/ac-tile.webp"); + background-size: auto; + background-repeat: repeat; + opacity: 0.12; +} + @media (prefers-reduced-motion: reduce) { html[data-design-theme="animal-crossing"] .card, html[data-design-theme="animal-crossing"] .design-theme-button,