aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-21 16:24:16 -0500
committerXe Iaso <me@christine.website>2023-01-21 16:24:16 -0500
commit0087373d3ecc58de885f0f09eed7e3f7ce0e2b28 (patch)
tree279f0d59a358cd6fb96f3551dcb146220b08f9b1 /static
parent12d3a86c3976db81929e26ee96afa5ca2ad1c5d6 (diff)
downloadxesite-0087373d3ecc58de885f0f09eed7e3f7ce0e2b28.tar.xz
xesite-0087373d3ecc58de885f0f09eed7e3f7ce0e2b28.zip
site update: conversation snippet fixes
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'static')
-rw-r--r--static/css/shim.css8
1 files changed, 8 insertions, 0 deletions
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;
}