Compare commits
16 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 601f3b2ee9 | |||
| cb2eb6d3a2 | |||
| 5e34609dc1 | |||
| 61281e67d1 | |||
| a486c58ce5 | |||
| f9977d45d3 | |||
| f0d40b4496 | |||
| 62d2c50777 | |||
| 43fe4cb7cd | |||
| 81ca7c167e | |||
| 358a981b73 | |||
| f926904157 | |||
| ec916caa3a | |||
| dd0edc7437 | |||
| a046ff7a87 | |||
| 63172ae28c |
@@ -1,19 +1,19 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;700&display=swap');
|
||||
@import "tailwindcss";
|
||||
@import "./styles/masks.css";
|
||||
@import "./styles/animations.css";
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #0B0B0B;
|
||||
--card: #111111;
|
||||
--foreground: #F5F5F5;
|
||||
--primary-cta: #C9A227;
|
||||
--primary-cta-text: #0B0B0B;
|
||||
--secondary-cta: #111111;
|
||||
--secondary-cta-text: #F5F5F5;
|
||||
--accent: #C9A227;
|
||||
--background-accent: #1A1A1A;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
@@ -88,7 +88,7 @@
|
||||
--color-background-accent: var(--background-accent);
|
||||
|
||||
/* Fonts */
|
||||
--font-sans: 'Inter Tight', 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: 'Inter Tight', 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: 'Inter Tight', sans-serif;
|
||||
font-family: 'Public Sans', sans-serif;
|
||||
}
|
||||
|
||||
/* Default card/button styles. Template theme.css imports come after this file
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
title: "Oha Soup with Eba",
|
||||
description: "Classic Oha leaves with premium smoked meats.",
|
||||
href: "#menu",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lenitl-soup-with-spices-rosemary_114579-4637.jpg",
|
||||
imageSrc: "https://images.pexels.com/photos/17952745/pexels-photo-17952745.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=17952745",
|
||||
},
|
||||
{
|
||||
title: "Kingscourt Jollof",
|
||||
|
||||
Reference in New Issue
Block a user