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 fcbf927 commit 314209fCopy full SHA for 314209f
1 file changed
src/web/src/app.css
@@ -1,7 +1,7 @@
1
@import "tailwindcss";
2
3
@theme {
4
- /* Ant Colony theme — neutral blacks + dark brown accents */
+ /* Tiny Claw theme — neutral blacks + signature orange-red accents */
5
--color-bg-titlebar: #050505;
6
--color-bg-primary: #0a0a0a;
7
--color-bg-secondary: #111111;
@@ -11,10 +11,10 @@
11
12
--color-text-normal: #e0e0e0;
13
--color-text-muted: #8a8a8a;
14
- --color-text-link: #c98540;
+ --color-text-link: #f47a3e;
15
16
- --color-brand: #8b5a2b;
17
- --color-brand-hover: #6d4422;
+ --color-brand: #e85216;
+ --color-brand-hover: #d44a12;
18
--color-green: #7AB648;
19
--color-yellow: #c49530;
20
--color-red: #b24035;
0 commit comments