Compare commits

...

20 Commits

Author SHA1 Message Date
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
befa6cde3a Update theme colors 2026-06-14 06:08:08 +00:00
55bf3a8141 Update theme colors 2026-06-14 06:08:05 +00:00
a723be4647 Update theme colors 2026-06-14 06:07:59 +00:00
653841544a Update theme colors 2026-06-14 06:07:49 +00:00
1a8986a9f8 Update theme colors 2026-06-14 06:07:46 +00:00
38fe62c97a Update theme colors 2026-06-14 06:07:39 +00:00
4cf1639816 Update theme colors 2026-06-14 06:07:34 +00:00
76581c83ab Update theme colors 2026-06-14 06:07:17 +00:00
7671818811 Update theme colors 2026-06-14 06:07:04 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #030128;
--card: #241f48;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #030128;
--secondary-cta: #131136;
--secondary-cta-text: #d5d4f6;
--accent: #44358a;
--background-accent: #b597fe;
--background: #000802;
--card: #0b1a0b;
--foreground: #e6ffe6;
--primary-cta: #80da9b;
--primary-cta-text: #000802;
--secondary-cta: #07170b;
--secondary-cta-text: #e6ffe6;
--accent: #38714a;
--background-accent: #2c6541;
/* @layout/border-radius/rounded */
--radius: 1rem;

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",
},
]}
/>