From f2d704b5188754263906374f89b29d2e9cc7e896 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 31 Oct 2017 14:49:38 -0600 Subject: [PATCH] Is .client_container the secret sauce? --- slack/orien.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack/orien.css b/slack/orien.css index e46cd1c..8c7626e 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -114,7 +114,7 @@ ts-jumper input[type="text"], background: var(--background) !important; } -ts-message { +ts-message, .client_container { background: var(--background-content) !important; }