From 621121859431edb90fa982cc2579ae002f2d41dc Mon Sep 17 00:00:00 2001 From: chae Date: Sun, 27 Mar 2022 22:33:09 +0200 Subject: [PATCH] Getting rid of the border line for SI 17 image --- stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index b83aebf..678bfdf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -319,3 +319,7 @@ a img:hover{ #special-issue-14 img:hover{ -webkit-filter: invert(); } + +#special-issue-17 img{ + border:none; +} \ No newline at end of file