foreground text color
This commit is contained in:
parent
d9c3f051b9
commit
904c213d03
2 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
@font-face {
|
||||
font-family: 'mode7';
|
||||
src: url('/fonts/mode7/MODE7GX3.TTF');
|
||||
size-adjust: 82%;
|
||||
}
|
||||
|
||||
.prose > h1:not(:first-child) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue