feat: commit unoptimised assets to cleanup later
Some checks are pending
Docker / run-tests (push) Waiting to run
Docker / build-and-push-image (push) Blocked by required conditions

This commit is contained in:
Troy 2025-05-05 19:29:23 +01:00
parent 26258249d1
commit de0b56ef5b
Signed by: troy
GPG key ID: DFC06C02ED3B4711
142 changed files with 359 additions and 425 deletions

View file

@ -1,10 +1,10 @@
@import "@fontsource-variable/red-hat-mono";
@import "@fontsource-variable/outfit";
@import "tailwindcss";
@plugin "@tailwindcss/typography";
@theme inline {
--font-sans: var(--font-outfit);
--font-mono: var(--font-red-hat-mono);
--color-primary: var(--primary);
--color-secondary: var(--secondary);
--color-tertiary: var(--tertiary);
@ -14,9 +14,6 @@
}
@theme {
--font-sans: "Outfit Variable", "sans-serif";
--font-mono: "Red Hat Mono Variable", "monospace";
--animate-reveal: reveal 0.3s forwards ease-in-out;
@keyframes reveal {