From 8245ded646b1013fe8e2e40d5d305d5a1c83e6f9 Mon Sep 17 00:00:00 2001 From: Simon Catanese Date: Thu, 5 Jan 2023 23:58:16 +0100 Subject: [PATCH] Update style.css --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index eae3a61..64919ef 100755 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,7 @@ - +:root { + color-scheme: light only; +} html{ font-family: Arial, Helvetica, sans-serif; @@ -40,6 +42,8 @@ main{ .pubG img{ margin-top: 50%; width:100%; + border:1px; + border-color: black; } .pubD{ grid-column-start : 3;