Compare commits
16 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e48f4a3868 | |||
| fdbb45e551 | |||
| 4061ec3aa3 | |||
| d42a983da9 | |||
| d1c970eed3 | |||
| 5571b901d9 | |||
| a3a16b3501 | |||
| ba79c2eee3 | |||
| 79effef1d7 | |||
| 673b12cf3d | |||
| 1deaad6bfa | |||
| b399f4bcda | |||
| 796cb2cd87 | |||
| 26e0a9936a | |||
| 7a312953d0 | |||
| 4f21c92ab5 |
@@ -1,19 +1,19 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter: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: #f8f6f2;
|
||||
--card: #ffffff;
|
||||
--foreground: #0B0F14;
|
||||
--primary-cta: #D6A756;
|
||||
--primary-cta-text: #0B0F14;
|
||||
--secondary-cta: #232B35;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #2E8B57;
|
||||
--background-accent: #D6A756;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #f0f8ffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1.5rem;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user