diff options
| author | Xe Iaso <me@christine.website> | 2023-01-21 16:24:16 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-21 16:24:16 -0500 |
| commit | 0087373d3ecc58de885f0f09eed7e3f7ce0e2b28 (patch) | |
| tree | 279f0d59a358cd6fb96f3551dcb146220b08f9b1 /static | |
| parent | 12d3a86c3976db81929e26ee96afa5ca2ad1c5d6 (diff) | |
| download | xesite-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.css | 8 |
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; } |
