Skip to content

Commit 0e151e6

Browse files
authored
Merge pull request #3030 from pyth-network/fix/theme-dev-hub
fix: code block color
2 parents 9635aec + 6f2a001 commit 0e151e6

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)