Skip to content

Commit 6d2c64c

Browse files
committed
demo theme going to green
1 parent 7841f15 commit 6d2c64c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/database/demo.db

0 Bytes
Binary file not shown.

demo/frontend/src/theme.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
--primary-border: rgba(230,126,34,0.3);
2424
}
2525

26-
/* Default to purple if no theme set */
26+
/* Default to green if no theme set */
2727
:root {
28-
--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
29-
--primary-color: #667eea;
30-
--secondary-color: #764ba2;
31-
--primary-light: rgba(102,126,234,0.1);
32-
--primary-border: rgba(102,126,234,0.3);
28+
--primary-gradient: linear-gradient(135deg, #2d5016 0%, #1a3d0a 100%);
29+
--primary-color: #2d5016;
30+
--secondary-color: #1a3d0a;
31+
--primary-light: rgba(45,80,22,0.1);
32+
--primary-border: rgba(45,80,22,0.3);
3333
}

0 commit comments

Comments
 (0)