From 521af32bf89105ff75d2fa313872792087980ee1 Mon Sep 17 00:00:00 2001
From: Bat <baptiste@gelez.xyz>
Date: Sun, 18 Mar 2018 08:36:05 +0100
Subject: [PATCH] Fix the background of the radio message

---
 front/src/components/Sidebar.vue | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue
index 3704dab752..179ffedd73 100644
--- a/front/src/components/Sidebar.vue
+++ b/front/src/components/Sidebar.vue
@@ -241,6 +241,9 @@ $sidebar-color: #3D3E3F;
   }
 }
 
+.ui.message.black {
+  background: $sidebar-color;
+}
 </style>
 
 <style lang="scss">
-- 
GitLab