Merge version_2_1776752859058 into main
Merge version_2_1776752859058 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialAvatarCard from '@/components/sections/testimonial/Testimonial
|
|||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
return (
|
return (
|
||||||
<>
|
<div className="min-h-screen bg-gradient-to-br from-orange-50 to-gray-50">
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarCentered
|
<NavbarCentered
|
||||||
logo="SeoulPasta"
|
logo="SeoulPasta"
|
||||||
@@ -263,6 +263,6 @@ export default function App() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* @colorThemes/lightTheme/grayBlueAccent */
|
/* @colorThemes/lightTheme/grayBlueAccent */
|
||||||
--background: #ffffff;
|
--background: transparent;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #120006e6;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #e63946;
|
--primary-cta: #e63946;
|
||||||
@@ -134,7 +134,6 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--background);
|
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: '${manrope.variable} ${dmSans.variable}', sans-serif;
|
font-family: '${manrope.variable} ${dmSans.variable}', sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user