diff --git a/src/app.css b/src/app.css index 96a4aac..5c6be92 100644 --- a/src/app.css +++ b/src/app.css @@ -6,8 +6,10 @@ --brand-orange-dark: #e45a14; --brand-orange-accessible: #d94c08; --brand-navy: #050026; - --ink: #100b2f; - --bg-soft: #f6f8ff; + --ink: #0F1729; + --bg-soft: #EAE7DE; + --bg-main: #F4F2EC; + --bg-white: #ffffff; --text-on-orange: #050026; /* Brand navy text on orange background */ } @@ -25,9 +27,9 @@ select { body { margin: 0; font-family: "Exo 2", sans-serif; - color: var(--ink); + color: #0F1729; scrollbar-gutter: stable; - background: #07051a; + background: #F4F2EC; overflow-y: auto; overflow-x: hidden; } diff --git a/src/entry-server.tsx b/src/entry-server.tsx index 59bf29b..f46875c 100644 --- a/src/entry-server.tsx +++ b/src/entry-server.tsx @@ -9,7 +9,7 @@ export default createHandler(() => ( - + {assets}