From c49f49761729f9a76b9a701bfae7960d54706165 Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 22:01:11 +0100 Subject: [PATCH] figure styling improvements --- content/style.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/style.scss b/content/style.scss index fecb6cd..fb03da7 100644 --- a/content/style.scss +++ b/content/style.scss @@ -90,6 +90,12 @@ body { } + figure { + background-color: $grey-dark; + display: inline-block; + padding: 0.5rem; + margin: 0rem 1rem; + } .nav { width: 100%; @@ -181,10 +187,6 @@ img { } } -ul.list-dash>li::before { - content: "- " -} - .flex { display: flex; flex-shrink: 0;