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%);