feat: add leaf tile texture to Animal Crossing theme
Downloads home_bg webp from animal-island-ui reference and tiles it over the page background. Light mode 60% opacity on cream, dark mode 12% opacity on forest green. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
BIN
public/textures/ac-tile.webp
Normal file
BIN
public/textures/ac-tile.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
14
style.css
14
style.css
@@ -1832,6 +1832,20 @@ html[data-theme="dark"][data-design-theme="animal-crossing"] .beian a:hover {
|
|||||||
color: var(--accent);
|
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) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
html[data-design-theme="animal-crossing"] .card,
|
html[data-design-theme="animal-crossing"] .card,
|
||||||
html[data-design-theme="animal-crossing"] .design-theme-button,
|
html[data-design-theme="animal-crossing"] .design-theme-button,
|
||||||
|
|||||||
Reference in New Issue
Block a user