From 1ca006153c00e5fd1b25f2de999506489f823e43 Mon Sep 17 00:00:00 2001 From: cameron Date: Thu, 7 Aug 2025 23:50:10 +0100 Subject: [PATCH] Update src/style.css --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 9a99a5a..4e4c641 100644 --- a/src/style.css +++ b/src/style.css @@ -2,7 +2,7 @@ @import "@fontsource-variable/exo-2"; /* Custom styles for the glassmorphism effect and background */ -body { +body, html { font-family: 'Exo 2 Variable', sans-serif; /* Deep blue theme */ background: linear-gradient(135deg, #2c3e50 0%, #4ca1af 100%);