Compare commits

..

No commits in common. "39d9ad97486ad7f2f40f23929a9b0e29681a69a8" and "323b8b175918cf7f10576cb60dec07e26d7e184c" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@
--text-muted: #7a6b5a;
--border: #d1c7b7;
--shadow: 0 4px 8px rgba(74, 59, 42, 0.1); /* Warmer shadow */
--seed-opacity: 0.09;
--modal-bg: #f8f5e6;
@ -454,7 +453,7 @@ button:active { transform: scale(0.97); box-shadow: none; }
width: 200px;
height: 200px;
background: url('textures/seed.svg') no-repeat center/contain;
opacity: var(--seed-opacity, 0.07);
opacity: 0.4;
mix-blend-mode: screen;
filter: drop-shadow(0 4px 10px rgba(200, 190, 160, 0.55));
animation: seedDrift 2.6s ease-in-out infinite alternate, seedFlicker 1.4s ease-in-out infinite alternate;

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB