From 4f998234548e72d047b26e6cbb0be38073cd6526 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 18 Oct 2022 16:14:51 +0200 Subject: [PATCH] docs: add borders to figures --- website/src/components/Figure/styles.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/components/Figure/styles.module.css b/website/src/components/Figure/styles.module.css index 22bbe96537..8079842656 100644 --- a/website/src/components/Figure/styles.module.css +++ b/website/src/components/Figure/styles.module.css @@ -2,6 +2,7 @@ figure { box-shadow: var(--ifm-global-shadow-lw); border-radius: var(--ifm-global-radius); + border: var(--ifm-global-border-width) solid var(--unleash-color-gray); padding: var(--ifm-pre-padding); margin-inline: 0; }