From 9230af4a07f43361408344439e07c2fa42bfe66a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Dec 2025 23:06:44 -0500 Subject: more css fixes; the entire site now uses the window; hover effect for close --- src/layouts/Layout.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/layouts/Layout.astro') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d8aa572..eeca534 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,6 +6,7 @@ interface Props { const { title = "ShiftOS: The Archive", description } = Astro.props; import '../styles/style.css'; +import '../styles/window.css'; --- @@ -15,7 +16,7 @@ import '../styles/style.css'; - + @@ -28,7 +29,7 @@ import '../styles/style.css'; - + {title} -- cgit v1.2.3