diff --git a/fractal-gtk/res/app.css b/fractal-gtk/res/app.css index b5bffefa..2beceabe 100644 --- a/fractal-gtk/res/app.css +++ b/fractal-gtk/res/app.css @@ -162,6 +162,10 @@ row.msg-emote { padding: 12px 0px; } +.msg-redacted { + color: @theme_selected_bg_color; +} + row .username { font-weight: bold; font-size: small;