From e74afeec3a3236620b569fff12fd4347cc31e45c Mon Sep 17 00:00:00 2001 From: Transgender-Resource-Wiki Date: Mon, 27 May 2024 00:30:11 -0500 Subject: [PATCH] Added style to layout --- src/layouts/DefaultLayout.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/DefaultLayout.astro b/src/layouts/DefaultLayout.astro index 690e2de..19891fb 100644 --- a/src/layouts/DefaultLayout.astro +++ b/src/layouts/DefaultLayout.astro @@ -13,6 +13,7 @@ import '../styles/DescribedLink.css'; import '../styles/Tooltip.css'; import '../styles/Button.css'; import '../styles/ScrollPanes.css'; +import '../styles/CommonStyles.css'; ---