Pārlūkot izejas kodu

Merge pull request #3030 from pyth-network/fix/theme-dev-hub

fix: code block color
Alexandru Cambose 2 mēneši atpakaļ
vecāks
revīzija
0e151e6898
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      apps/developer-hub/src/components/Root/theme.css

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

@@ -301,7 +301,7 @@
     var(--color-steel-900),
     var(--color-steel-50)
   );
-  --color-fd-muted: light-dark(var(--color-stone-700), var(--color-steel-400));
+  --color-fd-muted: light-dark(var(--color-steel-100), var(--color-steel-700));
   --color-fd-muted-foreground: light-dark(
     var(--color-steel-600),
     var(--color-steel-400)