From 041cf20ca3aa29d2c506531cfade2bcc3aa69be9 Mon Sep 17 00:00:00 2001 From: Daniel S Date: Sun, 9 Aug 2026 23:04:55 +0200 Subject: [PATCH] style: enforce global CSS utility classes for theme accent colors --- src/components/Footer.astro | 3 ++- src/components/Navbar.astro | 3 ++- src/styles/glassmorphism.css | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0e3aea8..70fc886 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,8 +18,9 @@ const currentYear = new Date().getFullYear();
- {siteConfig.header?.brandName || 'N&D'} {siteConfig.header?.brandHighlight || 'i-t SOLUTIONS'} + {siteConfig.header?.brandName || 'N&D'} {siteConfig.header?.brandHighlight || 'i-t SOLUTIONS'} +

{footer.brandDescription}

diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index a714c07..ae1a6b5 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -21,10 +21,11 @@ const header = siteConfig.header || { - {header.brandName || 'N&D'} {header.brandHighlight || 'i-t SOLUTIONS'} + {header.brandName || 'N&D'} {header.brandHighlight || 'i-t SOLUTIONS'} +