💄 Adds Mocha Catppuccin Tailwind theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user