From a29c8a7900858a7fedaff84a82e8a5755670bafd Mon Sep 17 00:00:00 2001
From: Georg <georg.graser@tu-ilmenau.de>
Date: Sat, 12 Dec 2020 15:22:26 +0000
Subject: [PATCH] changed color code from theme_selected to briar blue 500 on
 issue #84

---
 briar-gtk/data/ui/application.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/briar-gtk/data/ui/application.css b/briar-gtk/data/ui/application.css
index 15fe115..1fbb3d0 100644
--- a/briar-gtk/data/ui/application.css
+++ b/briar-gtk/data/ui/application.css
@@ -42,7 +42,7 @@
 }
 
 .message-input-focused {
-  border: 2px solid @theme_selected_bg_color;
+  border: 2px solid #1f78d1;
   padding: 5px;
 }
 
@@ -64,7 +64,7 @@
 row .username-self {
   font-weight: bold;
   font-size: small;
-  color: @theme_selected_bg_color;
+  color: #1f78d1;
 }
 
 row .username {
@@ -75,7 +75,7 @@ row .username {
 
 row.msg-emote,
 .divider {
-  color: @theme_selected_bg_color;
+  color: #1f78d1;
 }
 
 row .timestamp {
@@ -104,4 +104,3 @@ row .timestamp {
   min-width: 0.7em;
   padding: 2px 5px;
 }
-
-- 
GitLab