Compare commits
18 Commits
version_45
...
version_63
| Author | SHA1 | Date | |
|---|---|---|---|
| 922452fff4 | |||
| 15bd3f81ba | |||
| fb1733ae60 | |||
| d468776053 | |||
| d1386b289d | |||
| d7f7c9eb4f | |||
| 475da46fd1 | |||
| 2e3fdb8175 | |||
| 4e472a75bc | |||
| 5e65015970 | |||
| befa6cde3a | |||
| 55bf3a8141 | |||
| a723be4647 | |||
| 653841544a | |||
| 1a8986a9f8 | |||
| 38fe62c97a | |||
| 4cf1639816 | |||
| 76581c83ab |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #106EFB;
|
||||
--accent: #1f7cff;
|
||||
--background-accent: #f96b2f;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user