update(docs): dark mode colors for home

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 3bbe92a4ea
commit 6c7fde01c9
4 changed files with 83 additions and 97 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ onPaneReady(async ({ fitView }) => {
})
</script>
<template>
<div class="bg-white h-[90vh] md:h-[75vh]">
<VueFlow class="dark:bg-black bg-white">
<div class="h-[90vh] md:h-[75vh]">
<VueFlow class="dark:bg-black bg-white transition-colors duration-200 ease-in-out">
<template #node-box="props">
<template v-if="props.id === 'intro'">
<div class="max-w-[500px]">