diff --git a/apps/typegpu-docs/src/components/ExampleLayout.tsx b/apps/typegpu-docs/src/components/ExampleLayout.tsx index 24eae911..52648ec1 100644 --- a/apps/typegpu-docs/src/components/ExampleLayout.tsx +++ b/apps/typegpu-docs/src/components/ExampleLayout.tsx @@ -23,7 +23,7 @@ export function ExampleLayout() {
{menuShownMobile ? null : (
{codeEditorShowing ? ( -
+
diff --git a/apps/typegpu-docs/tailwind.config.mjs b/apps/typegpu-docs/tailwind.config.mjs index d991f406..8777de5c 100644 --- a/apps/typegpu-docs/tailwind.config.mjs +++ b/apps/typegpu-docs/tailwind.config.mjs @@ -10,7 +10,9 @@ export default { }, colors: { tameplum: { + 20: '#F6F6FF', 50: '#EFEFF9', + 100: '#E2E2F0', 600: '#757387', 800: '#515061', },