foreground text color

This commit is contained in:
Jade (Rose) Rowland 2025-02-24 22:03:50 -05:00
parent d9c3f051b9
commit 904c213d03
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export function SoundsTab() {
});
return (
<div id="sounds-tab" className="px-4 flex flex-col w-full h-full">
<div id="sounds-tab" className="px-4 flex flex-col w-full h-full text-foreground">
<Textbox placeholder="Search" value={search} onChange={(v) => setSearch(v)} />
<div className="pb-2 flex shrink-0 flex-wrap">

View File

@ -53,6 +53,7 @@
@font-face {
font-family: 'mode7';
src: url('/fonts/mode7/MODE7GX3.TTF');
size-adjust: 82%;
}
.prose > h1:not(:first-child) {