Compare commits

...

16 Commits

Author SHA1 Message Date
61f40faf23 Update theme fonts 2026-06-14 06:18:45 +00:00
7dde699a1f Update theme colors 2026-06-14 06:17:32 +00:00
ca09b62ac2 Update theme colors 2026-06-14 06:17:23 +00:00
b70ff2c7dd Update theme colors 2026-06-14 06:17:21 +00:00
c8b007ae6d Update theme colors 2026-06-14 06:17:10 +00:00
7191d08c69 Update theme colors 2026-06-14 06:16:59 +00:00
922452fff4 Update theme colors 2026-06-14 06:16:57 +00:00
15bd3f81ba Update theme colors 2026-06-14 06:16:48 +00:00
fb1733ae60 Update theme colors 2026-06-14 06:16:40 +00:00
d468776053 Update theme colors 2026-06-14 06:16:38 +00:00
d1386b289d Update theme colors 2026-06-14 06:16:35 +00:00
d7f7c9eb4f Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:14:38 +00:00
475da46fd1 Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:12:29 +00:00
2e3fdb8175 Update src/pages/HomePage/sections/Catalog.tsx 2026-06-14 06:10:18 +00:00
4e472a75bc Update theme colors 2026-06-14 06:08:36 +00:00
5e65015970 Update theme colors 2026-06-14 06:08:25 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -1,19 +1,19 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #080200;
--card: #1a0d0b;
--foreground: #ffe6d5;
--primary-cta: #ffaa70;
--primary-cta-text: #080200;
--secondary-cta: #170b07;
--secondary-cta-text: #ffe6d5;
--accent: #7b5e4a;
--background-accent: #b8541e;
--background: #000000;
--card: #481f1f;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #280101;
--secondary-cta: #361311;
--secondary-cta-text: #f6d4d4;
--accent: #51000b;
--background-accent: #ff2231;
/* @layout/border-radius/rounded */
--radius: 1rem;
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Inter', sans-serif;
--font-sans: 'Open Sans', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Inter', sans-serif;
font-family: 'Open Sans', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Libre Baskerville', sans-serif;
font-family: 'Inter', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -18,7 +18,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Cyber Drift",
description: "High-octane synth wave",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-light-lamp-design_23-2151124490.jpg",
imageSrc: "https://images.pexels.com/photos/10194141/pexels-photo-10194141.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=10194141",
},
{
title: "Neon Soul",
@@ -36,7 +36,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Pulse Flow",
description: "Rhythmic house beats",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/options-choice-changes-arrows-graphic_53876-124373.jpg",
imageSrc: "https://images.pexels.com/photos/9376869/pexels-photo-9376869.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=9376869",
},
{
title: "Glitch Core",
@@ -54,7 +54,7 @@ export default function CatalogSection(): React.JSX.Element {
title: "Zenith",
description: "Ambient cinematic waves",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907748.jpg",
imageSrc: "https://images.pexels.com/photos/3069868/pexels-photo-3069868.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=3069868",
},
]}
/>