changeset 108:abccdd6be133

Add a bit more contrast between consecutive messages
author IBBoard <dev@ibboard.co.uk>
date Tue, 26 Apr 2022 19:52:14 +0100
parents 8a89ac1d5791
children f9be32b16360
files gtk-3.24/fractal.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-3.24/fractal.css	Tue Apr 26 19:37:27 2022 +0100
+++ b/gtk-3.24/fractal.css	Tue Apr 26 19:52:14 2022 +0100
@@ -1,5 +1,5 @@
 .messages-history row:not(.msg-emote):not(.divider) {
-    background-color: @theme_lightened_bg_color;
+    background-image: linear-gradient(shade(@theme_lightened_bg_color, 1.03) 0, @theme_lightened_bg_color 25px);
 }
 
 box.message-input-area box.message-input {