We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7841f15 commit 6d2c64cCopy full SHA for 6d2c64c
demo/database/demo.db
0 Bytes
demo/frontend/src/theme.css
@@ -23,11 +23,11 @@
23
--primary-border: rgba(230,126,34,0.3);
24
}
25
26
-/* Default to purple if no theme set */
+/* Default to green if no theme set */
27
: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);
+ --primary-gradient: linear-gradient(135deg, #2d5016 0%, #1a3d0a 100%);
+ --primary-color: #2d5016;
+ --secondary-color: #1a3d0a;
+ --primary-light: rgba(45,80,22,0.1);
+ --primary-border: rgba(45,80,22,0.3);
33
0 commit comments