Auto-commit: make the theme of the website green and light green

This commit is contained in:
2026-01-15 14:27:43 +01:00
parent 4a342abb98
commit ee10c29bfd
2 changed files with 26 additions and 26 deletions

View File

@@ -397,11 +397,11 @@
"role": "ui",
"tags": [],
"used_in": [
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"src/components/cardStack/CardStack.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx"
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -420,15 +420,15 @@
"product"
],
"used_in": [
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx",
"src/components/cardStack/layouts/timelines/TimelineCardStack.tsx",
"src/components/cardStack/layouts/timelines/TimelineHorizontalCardStack.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/carousels/FullWidthCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx"
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelinePhoneView.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -679,11 +679,11 @@
"product"
],
"used_in": [
"src/components/cardStack/layouts/grid/GridLayout.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/carousels/AutoCarousel.tsx",
"src/components/cardStack/layouts/carousels/ButtonCarousel.tsx",
"src/components/cardStack/layouts/timelines/TimelineBase.tsx",
"src/components/cardStack/layouts/timelines/TimelineProcessFlow.tsx",
"src/components/cardStack/layouts/grid/GridLayout.tsx"
"src/components/cardStack/layouts/timelines/TimelineBase.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -1421,10 +1421,10 @@
"role": "ui",
"tags": [],
"used_in": [
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx",
"src/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/navbar/NavbarStyleCentered/NavbarStyleCentered.tsx",
"src/components/navbar/NavbarStyleApple/NavbarStyleApple.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx"
],
@@ -3179,8 +3179,8 @@
],
"used_in": [
"src/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay.tsx",
"src/components/Textbox.tsx",
"src/components/navbar/NavbarStyleMinimal.tsx",
"src/components/Textbox.tsx",
"src/components/navbar/NavbarLayoutFloatingInline.tsx"
],
"can_modify_directly": true,
@@ -3232,10 +3232,10 @@
"role": "ui",
"tags": [],
"used_in": [
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx"
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx"
],
"can_modify_directly": true,
"can_delete": true,
@@ -3254,17 +3254,17 @@
"button"
],
"used_in": [
"src/components/button/ButtonTextShift/ButtonTextShift.tsx",
"src/components/button/ButtonBounceEffect/ButtonBounceEffect.tsx",
"src/components/button/ButtonIconArrow.tsx",
"src/components/button/ButtonElasticEffect/ButtonElasticEffect.tsx",
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"src/components/button/ButtonHoverBubble.tsx",
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonExpandHover.tsx",
"src/components/button/ButtonTextUnderline.tsx",
"src/components/button/ButtonShiftHover/ButtonShiftHover.tsx",
"src/components/button/ButtonHoverMagnetic/ButtonHoverMagnetic.tsx",
"src/components/button/ButtonHoverBubble.tsx",
"src/components/button/ButtonIconArrow.tsx",
"src/components/button/ButtonDirectionalHover/ButtonDirectionalHover.tsx",
"src/components/button/ButtonTextStagger/ButtonTextStagger.tsx"
"src/components/button/ButtonTextShift/ButtonTextShift.tsx"
],
"can_modify_directly": true,
"can_delete": true,

View File

@@ -532,7 +532,7 @@ html {
}
body {
background-color: #d1e7dd;
background-color: #e6ffee;
color: var(--foreground);
font-family: var(--font-cormorant-garamond), sans-serif;
position: relative;