Compare commits
31 Commits
version_22
...
version_53
| Author | SHA1 | Date | |
|---|---|---|---|
| befa6cde3a | |||
| 55bf3a8141 | |||
| a723be4647 | |||
| 653841544a | |||
| 1a8986a9f8 | |||
| 38fe62c97a | |||
| 4cf1639816 | |||
| 76581c83ab | |||
| 7671818811 | |||
| 614fa827f8 | |||
| e7cc423e32 | |||
| 88b08700c0 | |||
| 93ba909b6a | |||
| ff39e7f8cd | |||
| 947f5610eb | |||
| 1009433a91 | |||
| fc373f83d7 | |||
| 75497448fd | |||
| f06831ab3c | |||
| d86d9e53ca | |||
| d98a4c740f | |||
| 317b2890cb | |||
| 6d7578ec93 | |||
| 56fab6cf83 | |||
| 3883e4c297 | |||
| 77da4db20e | |||
| 43ffaebc83 | |||
| 7abf615163 | |||
| dad1f72701 | |||
| 48ab814f17 | |||
| 52ab902dc5 |
@@ -1,19 +1,19 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
|
||||
@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 "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
--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;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
@@ -88,7 +88,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Open Sans', sans-serif;
|
||||
--font-sans: 'Inter', 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: 'Open Sans', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -150,7 +150,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Libre Baskerville', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
@@ -17,17 +17,17 @@ export default function FeaturesSection(): React.JSX.Element {
|
||||
{
|
||||
title: "Analog Warmth",
|
||||
description: "Authentic warmth of classic gear matched with digital fidelity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074265.jpg",
|
||||
imageSrc: "https://images.pexels.com/photos/33500466/pexels-photo-33500466.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=33500466",
|
||||
},
|
||||
{
|
||||
title: "Dynamic Range",
|
||||
description: "Experience unparalleled depth and clarity in every beat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-style-piano_23-2151056763.jpg",
|
||||
imageSrc: "https://images.pexels.com/photos/34263843/pexels-photo-34263843.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=34263843",
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Ready to drop into any workstation or project workflow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/opened-clapper-neon-sign_1262-15682.jpg",
|
||||
imageSrc: "https://images.pexels.com/photos/9872962/pexels-photo-9872962.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=9872962",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user