garden final
This commit is contained in:
parent
a800371d10
commit
003189b68b
@ -614,14 +614,4 @@ body[data-theme="minimal"] {
|
||||
--button-hover-bg: #7f9ad1;
|
||||
}
|
||||
|
||||
body[data-theme="zen"] {
|
||||
--panel-bg: rgba(255, 255, 255, 0.8);
|
||||
--text-color: #4a4a4a;
|
||||
--primary-color: #a8d8b9;
|
||||
--accent-color: #d8e2dc;
|
||||
--background-gradient: linear-gradient(to bottom, #f0f4f0, #d8e2dc);
|
||||
--task-list-item-bg: rgba(255,255,255,0.6);
|
||||
--task-input-bg: rgba(255,255,255,0.6);
|
||||
--task-input-border: transparent;
|
||||
--button-hover-bg: #97c6a8;
|
||||
}
|
||||
|
||||
|
||||
BIN
assets/pasted-20250917-225641-52472565.png
Normal file
BIN
assets/pasted-20250917-225641-52472565.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
@ -38,7 +38,7 @@
|
||||
<header>
|
||||
<h2>Your Garden</h2>
|
||||
<div class="theme-switcher">
|
||||
<button class="theme-btn" data-theme="zen">Japanese Zen</button>
|
||||
|
||||
<button class="theme-btn" data-theme="fantasy">Fantasy Forest</button>
|
||||
<button class="theme-btn active" data-theme="minimal">Modern Minimal</button>
|
||||
</div>
|
||||
@ -80,6 +80,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Garden elements will be loaded here -->
|
||||
</div>
|
||||
<div class="garden-controls">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user