Skip to content

Commit

Permalink
Api reference color
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelstianko committed Feb 24, 2024
1 parent 8a223dc commit 5e75275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/api-section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
{#each schemas as schema}
<div>
<div
class="inline-flex h-[29px] items-center justify-center rounded-button bg-accent px-3 font-mono text-[17px] font-medium leading-tight tracking-tight"
class="inline-flex h-[29px] items-center justify-center rounded-button bg-accent px-3 font-mono text-[17px] font-medium leading-tight tracking-tight dark:text-neutral-900"
>
<h3>
<span class="text-muted-foreground">{$page.data.title.replaceAll(" ", "")}.</span
<span class="text-muted-foreground dark:text-neutral-900/40">{$page.data.title.replaceAll(" ", "")}.</span
>{schema.title}
</h3>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
--dark-40: 0 0% 96% / 0.4;
--dark-10: 0 0% 96% / 0.1;
--dark-04: 0 0% 96% / 0.04;
--accent: 204 80% 16%;
--accent: 204 90 90%;
--accent-foreground: 204 94% 94%;
--destructive: 350 89% 60%;

Expand Down

0 comments on commit 5e75275

Please sign in to comment.