diff --git a/src/pages/root.astro b/src/pages/root.astro index fd10eae..76c3928 100644 --- a/src/pages/root.astro +++ b/src/pages/root.astro @@ -1,5 +1,6 @@ --- import TerminalComponent from '../components/Terminal.tsx'; +import '../styles/global.css'; const title = "root@ixabatasha.life"; /* @@ -42,7 +43,6 @@ const solution3 = 5; // Log file analysis puzzle solution /> {title} -