From 0087373d3ecc58de885f0f09eed7e3f7ce0e2b28 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 21 Jan 2023 16:24:16 -0500 Subject: site update: conversation snippet fixes Signed-off-by: Xe Iaso --- static/css/shim.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/css/shim.css b/static/css/shim.css index e690ee3..53cdc96 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -20,6 +20,9 @@ img { .conversation { display: flex; + background-color: #3c3836; + border-radius: 5px; + margin-top: 0.25rem; } .conversation-standalone { @@ -39,6 +42,7 @@ img { .conversation-chat { align-self: center; min-width: 0; + margin: 0.5rem; } .gruvbox-dark pre, pre { @@ -97,6 +101,10 @@ figcaption { background-color: #fbf1c7; } + .conversation { + background-color: #ebdbb2; + }; + .ea-placement.ea-type-image { background: #fbf1c7; } -- cgit v1.2.3