From d69078b745330a3c3e5c2f08fe721453191c9a6a Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:20:12 +0400 Subject: [PATCH] Update CSS properties and layouts in MDX files The CSS properties in the starlight_main.css, starlight.css files were updated for both dark and light modes to improve color consistency and design elements such as background gradients and list marker color. Layouts of the MDX files (first-project-checklist.mdx, getting-started.mdx, and welcome-to-docs.mdx) were also updated to use the Starlight Layout. --- src/layouts/StarlightLayout.astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/layouts/StarlightLayout.astro diff --git a/src/layouts/StarlightLayout.astro b/src/layouts/StarlightLayout.astro new file mode 100644 index 0000000..dd6c8eb --- /dev/null +++ b/src/layouts/StarlightLayout.astro @@ -0,0 +1,13 @@ +--- +// Importing View Transitions component +import { ViewTransitions } from "astro:transitions"; +--- + + + + + + + + +