Skip to content

Commit 6f2a001

Browse files
committed
fix: code block color
1 parent 57002c5 commit 6f2a001

File tree

1 file changed

+1
-1
lines changed
  • apps/developer-hub/src/components/Root

1 file changed

+1
-1
lines changed

apps/developer-hub/src/components/Root/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
var(--color-steel-900),
302302
var(--color-steel-50)
303303
);
304-
--color-fd-muted: light-dark(var(--color-stone-700), var(--color-steel-400));
304+
--color-fd-muted: light-dark(var(--color-steel-100), var(--color-steel-700));
305305
--color-fd-muted-foreground: light-dark(
306306
var(--color-steel-600),
307307
var(--color-steel-400)

0 commit comments

Comments
 (0)