💄 Adds Mocha Catppuccin Tailwind theme

This commit is contained in:
2026-01-17 16:11:50 +01:00
parent f79ee8ad41
commit 6be5249510
4 changed files with 12 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ body {
margin: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
}
</style>
@@ -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",
},
});
</script>