From 470f09f0fc3d0db75210e25da9ed2ec78ebcb9e4 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 19 Jun 2025 00:53:57 +0300 Subject: [PATCH] Themes are now persistent even when partially specified (ie just font doesn't effect the colorscheme) --- src/layouts/Terminal.astro | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/layouts/Terminal.astro b/src/layouts/Terminal.astro index 3683c18..21dcc60 100644 --- a/src/layouts/Terminal.astro +++ b/src/layouts/Terminal.astro @@ -34,3 +34,34 @@ const { path: title } = Astro.props; font-weight: 300; } +