From 1dd6b980b28f8826fdcdeb7266d0e7b5c4979a98 Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentinbolsee@hotmail.com>
Date: Fri, 25 Oct 2024 22:36:01 -0400
Subject: [PATCH] css update

---
 style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css
index 5330337..e46f2d4 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@
 html, body {
   width: 90vw;
   margin: 0px;
-  background: #f7f7f7;
+  background: #ffffff;
   font-family: 'Roboto', sans-serif;
   line-height: 1.5;
   padding: 1em;
@@ -33,6 +33,7 @@ img {
   width: 100%;
   margin: auto;
   max-width: 100%;
+  border-radius: 0.8em;
 }
 
 @media only screen and (max-width: 600px) {
-- 
GitLab