Skip to content

Commit 314209f

Browse files
committed
🔧 update (web): update app styles
1 parent fcbf927 commit 314209f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/web/src/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "tailwindcss";
22

33
@theme {
4-
/* Ant Colony theme — neutral blacks + dark brown accents */
4+
/* Tiny Claw theme — neutral blacks + signature orange-red accents */
55
--color-bg-titlebar: #050505;
66
--color-bg-primary: #0a0a0a;
77
--color-bg-secondary: #111111;
@@ -11,10 +11,10 @@
1111

1212
--color-text-normal: #e0e0e0;
1313
--color-text-muted: #8a8a8a;
14-
--color-text-link: #c98540;
14+
--color-text-link: #f47a3e;
1515

16-
--color-brand: #8b5a2b;
17-
--color-brand-hover: #6d4422;
16+
--color-brand: #e85216;
17+
--color-brand-hover: #d44a12;
1818
--color-green: #7AB648;
1919
--color-yellow: #c49530;
2020
--color-red: #b24035;

0 commit comments

Comments
 (0)