diff --git a/src/constants/code/Animations/cubesCode.ts b/src/constants/code/Animations/cubesCode.ts index a210173..a2af26f 100644 --- a/src/constants/code/Animations/cubesCode.ts +++ b/src/constants/code/Animations/cubesCode.ts @@ -16,7 +16,7 @@ export const cubes: CodeObject = { easing="power3.out" :duration="{ enter: 0.3, leave: 0.6 }" border-style="1px solid #fff" - face-color="#060010" + face-color="#0b0b0b" :shadow="false" :auto-animate="true" :ripple-on-click="true" diff --git a/src/constants/code/Animations/glareHoverCode.ts b/src/constants/code/Animations/glareHoverCode.ts index f13d79d..2671024 100644 --- a/src/constants/code/Animations/glareHoverCode.ts +++ b/src/constants/code/Animations/glareHoverCode.ts @@ -7,8 +7,8 @@ export const glareHover: CodeObject = { .magnet-element { padding: 2rem; - background: #060010; + background: #0b0b0b; border: 1px solid #333; border-radius: 12px; color: white; diff --git a/src/content/Components/Carousel/Carousel.vue b/src/content/Components/Carousel/Carousel.vue index 21d5072..0f15131 100644 --- a/src/content/Components/Carousel/Carousel.vue +++ b/src/content/Components/Carousel/Carousel.vue @@ -46,7 +46,7 @@ :transition="effectiveTransition" >
- +
diff --git a/src/content/Components/FlowingMenu/FlowingMenu.vue b/src/content/Components/FlowingMenu/FlowingMenu.vue index 53c3be4..05df948 100644 --- a/src/content/Components/FlowingMenu/FlowingMenu.vue +++ b/src/content/Components/FlowingMenu/FlowingMenu.vue @@ -8,7 +8,7 @@ :ref="el => setItemRef(el as HTMLDivElement, idx)" >