Skip to content

Commit e06c3b9

Browse files
improve grey'
1 parent 53630f6 commit e06c3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/registry/views/static/style.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default `
2929
--color-bg-glass: rgba(255, 255, 255, 0.05);
3030
3131
--color-text-primary: #ffffff;
32-
--color-text-secondary: #b4b4b8; /* Improved contrast from #a1a1aa */
33-
--color-text-muted: #8a8a95; /* Improved contrast from #71717a */
32+
--color-text-secondary: #b4b4b8;
33+
--color-text-muted: #acacb9;
3434
3535
--color-border: rgba(255, 255, 255, 0.1);
3636
--color-border-hover: rgba(255, 255, 255, 0.2);

0 commit comments

Comments
 (0)