From 6be5249510046e5a37362292fcd676670784d81e Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Sat, 17 Jan 2026 16:11:50 +0100 Subject: [PATCH] :lipstick: Adds Mocha Catppuccin Tailwind theme --- app/components/ArrowLink.vue | 2 +- app/layouts/default.vue | 4 ++++ app/pages/index.vue | 12 ++++++------ public/icons/arrow-up-right-from-square.svg | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/app/components/ArrowLink.vue b/app/components/ArrowLink.vue index 5574d7e..8d1463d 100644 --- a/app/components/ArrowLink.vue +++ b/app/components/ArrowLink.vue @@ -3,7 +3,7 @@ Arrow going to the top right from the center of a square, representing a link diff --git a/app/layouts/default.vue b/app/layouts/default.vue index 4570b12..fe089b3 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -8,6 +8,7 @@ body { margin: 0; width: 100%; height: 100%; + overflow-x: hidden; } @@ -24,5 +25,8 @@ useHead({ { name: "description", content: "Daniel Svitan's portfolio" }, { name: "keywords", content: "Daniel Svitan portfolio CV" }, ], + bodyAttrs: { + class: "mocha bg-ctp-base text-ctp-text", + }, }); diff --git a/app/pages/index.vue b/app/pages/index.vue index cc2444d..679e2b8 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,9 +1,9 @@