From 27a4163a4e7f7a1ddf751e7b3932e9a7d7708866 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 25 Aug 2025 14:25:28 +0000 Subject: [PATCH] bg-blue --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a618e47..d3738ba 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); body { - background-color: #f8f9fa; + background-color: lightblue; font-family: 'Poppins', sans-serif; color: #000000; }