fix(spinner): loading animation not playing unless forced to
Some checks failed
/ deploy-and-package (push) Has been cancelled

fix(methanium-theme): missing light mode values for border and card
fix(secret-theme): contrast issues
feat(secret-theme): use lighter colors in light mode
feat(themes): make markdown code box backgrounds fit better to each theme
feat(qol): add flag to auto-reset themes if they're not customised
This commit is contained in:
Alois 2026-08-30 12:42:53 +02:00
commit 76a26a0af9
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
7 changed files with 442 additions and 103 deletions

View file

@ -71,7 +71,7 @@ function CodeBlock({
data-slot="code-block"
data-line-numbers={showLineNumbers || undefined}
data-language={language || undefined}
className="group/code-block overflow-hidden rounded-lg border-[length:var(--ui-border-width)] border-border bg-[var(--markdown-code-background)] my-2!"
className="group/code-block overflow-hidden rounded-lg border-[length:var(--ui-border-width)] border-border bg-[var(--markdown-code-background,var(--markdown-code-background-default))] my-2!"
>
<figcaption
data-slot="code-block-header"