From 904c213d0392ab2303092f29f1360d10d398a097 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Mon, 24 Feb 2025 22:03:50 -0500 Subject: [PATCH] foreground text color --- website/src/repl/components/panel/SoundsTab.jsx | 2 +- website/src/styles/index.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/repl/components/panel/SoundsTab.jsx b/website/src/repl/components/panel/SoundsTab.jsx index c47a6c30..c91721e0 100644 --- a/website/src/repl/components/panel/SoundsTab.jsx +++ b/website/src/repl/components/panel/SoundsTab.jsx @@ -53,7 +53,7 @@ export function SoundsTab() { }); return ( -
+
setSearch(v)} />
diff --git a/website/src/styles/index.css b/website/src/styles/index.css index 9ae00856..7fa4b2df 100644 --- a/website/src/styles/index.css +++ b/website/src/styles/index.css @@ -53,6 +53,7 @@ @font-face { font-family: 'mode7'; src: url('/fonts/mode7/MODE7GX3.TTF'); + size-adjust: 82%; } .prose > h1:not(:first-child) {