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 53630f6 commit e06c3b9Copy full SHA for e06c3b9
src/registry/views/static/style.ts
@@ -29,8 +29,8 @@ export default `
29
--color-bg-glass: rgba(255, 255, 255, 0.05);
30
31
--color-text-primary: #ffffff;
32
- --color-text-secondary: #b4b4b8; /* Improved contrast from #a1a1aa */
33
- --color-text-muted: #8a8a95; /* Improved contrast from #71717a */
+ --color-text-secondary: #b4b4b8;
+ --color-text-muted: #acacb9;
34
35
--color-border: rgba(255, 255, 255, 0.1);
36
--color-border-hover: rgba(255, 255, 255, 0.2);
0 commit comments