From 4d649625e010772136150b51c6c89e2e56d9f184 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Tue, 21 Jan 2025 10:37:44 -0500 Subject: [PATCH] SimpleX Chat --- css/brands-extended.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/brands-extended.css b/css/brands-extended.css index b6b779c..caed508 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -349,15 +349,16 @@ /* SimpleX Chat */ .button-simplex { - --button-text:#000000; - --button-background:#F3F6F7; + --button-text:#000000; + --button-background:#F3F6F7; + --button-border: 1px solid #000000; } /* SimpleX Chat Alt */ .button-simplex-alt { - --button-text:#FFFFFF; - --background-color: #000000; - --button-border: 1px solid #000000; + --button-text:#FFFFFF; + --background-color: #000000; + --button-border: 1px solid #FFFFFF; } /* Skoob */