Update src/app/globals.css
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #0a0a0a;;
|
--background: #2d2416;;
|
||||||
--card: #1a1a1a;;
|
--card: #3d3226;;
|
||||||
--foreground: #ffffffe6;;
|
--foreground: #f5e6d3;;
|
||||||
--primary-cta: #e6e6e6;;
|
--primary-cta: #d4845c;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #c9a876;;
|
||||||
--accent: #737373;;
|
--accent: #e8b369;;
|
||||||
--background-accent: #737373;;
|
--background-accent: #8b6f47;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -501,7 +501,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-prata), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -514,5 +514,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-prata), sans-serif;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user