From 56795be3acada89d3dcaddcfb2c83e24c5f8be06 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 7 Jul 2024 22:06:19 +0200 Subject: [PATCH] remove border already hidden by clip-path --- style/shiny/gallery.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index f98fcbb..071c8d0 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -174,8 +174,6 @@ } .item:not(.year-marker) { - box-shadow: var(--text-shadow); - outline: var(--border-thickness) solid var(--border-col); background: hsl(0, 0%, 0%, 50%); clip-path: polygon(5% 0, 95% 10%, 95% 100%, 5% 90%); }