From 9f91ffdbb94f120839c18f100773b971d78ec618 Mon Sep 17 00:00:00 2001 From: Amber <63863236+amberisvibin@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:45:57 +0000 Subject: [PATCH] removed image borders - testing --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 52828760..6eabd148 100644 --- a/style.css +++ b/style.css @@ -44,7 +44,7 @@ a:active { } img { - border: 2px solid #F47D7B; + /*border: 2px solid #F47D7B;*/ background-color: #111318; display: inline-block; overflow: hidden;