Compare commits
2 Commits
323b8b1759
...
39d9ad9748
| Author | SHA1 | Date | |
|---|---|---|---|
| 39d9ad9748 | |||
| 473beed9cc |
@ -8,6 +8,7 @@
|
||||
--text-muted: #7a6b5a;
|
||||
--border: #d1c7b7;
|
||||
--shadow: 0 4px 8px rgba(74, 59, 42, 0.1); /* Warmer shadow */
|
||||
--seed-opacity: 0.09;
|
||||
|
||||
|
||||
--modal-bg: #f8f5e6;
|
||||
@ -453,7 +454,7 @@ button:active { transform: scale(0.97); box-shadow: none; }
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
background: url('textures/seed.svg') no-repeat center/contain;
|
||||
opacity: 0.4;
|
||||
opacity: var(--seed-opacity, 0.07);
|
||||
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 |
Loading…
x
Reference in New Issue
Block a user