diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 17:53:32 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 17:53:32 +0100 |
| commit | 9ed46bea58dbb81ceada2a957fd1db653fb21e52 (patch) | |
| tree | f1cb09ad15571abbfae1c59105952330ec3a0502 /src/frontend/app/root.tsx | |
| parent | 4a866f5352a51916ddb9849b2d68213856196c9c (diff) | |
Implement new UI styles
Diffstat (limited to 'src/frontend/app/root.tsx')
| -rw-r--r-- | src/frontend/app/root.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index 1354660..656c75c 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -6,7 +6,7 @@ import { ScrollRestoration, } from "react-router"; -import "@fontsource-variable/roboto"; +import "@fontsource-variable/outfit"; import type { Route } from "./+types/root"; import "./root.css"; @@ -39,7 +39,7 @@ export function Layout({ children }: { children: React.ReactNode }) { <link rel="icon" type="image/jpg" href="/logo-512.jpg" /> <link rel="icon" href="/favicon.ico" sizes="64x64" /> <link rel="apple-touch-icon" href="/logo-512.jpg" sizes="512x512" /> - <meta name="theme-color" content="#ffffff" /> + <meta name="theme-color" content="#F7F7FF" /> <link rel="canonical" href="https://busurbano.costas.dev/" /> <meta |
