diff --git a/src/component/core/navbar.astro b/src/component/core/navbar.astro
index fbb5666..17289f5 100644
--- a/src/component/core/navbar.astro
+++ b/src/component/core/navbar.astro
@@ -1,3 +1,3 @@
-
-
Memento
+
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 14ca3ed..d1b37d9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -2,6 +2,7 @@
import "../styles/global.css"
import Layout from "../component/core/layout.astro"
import Calendar from "../component/calendar.astro"
+import Editor from "../component/editor.astro"
---
-
+
\ No newline at end of file
diff --git a/src/styles/global.css b/src/styles/global.css
index 76f8256..dcb844d 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -4,10 +4,15 @@
@import 'quill/dist/quill.snow.css';
html {
- @apply p-3;
- @apply bg-black/90 text-white
+ @apply py-3 px-4;
+ @apply bg-[#00171F] text-white
}
+ html body {
+ @apply font-[AmericanTypewriter];
+ /* @apply w-full md:w-[68%] mx-auto h-full; */
+ }
+
button {
@apply py-2 px-3 bg-green-400 rounded-xl;
}
\ No newline at end of file