From 9c3182454d490091e9cedfcca62c352fdde0365d Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Mon, 5 Aug 2024 19:10:43 +0200 Subject: [PATCH] add border around
s in descriptions --- style/shiny/single.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index c93676a..e8d7e4f 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -102,6 +102,8 @@ body { #info figure img { max-width: 100%; + border: var(--border-thickness) solid var(--border-col); + box-shadow: var(--text-shadow); } #info .light-bg {