diff options
Diffstat (limited to 'static/css')
| -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; } |
