SimpleX Chat

This commit is contained in:
Seth Cottle 2025-01-21 10:37:44 -05:00 committed by GitHub
parent 2ac5472c72
commit 4d649625e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,15 +349,16 @@
/* SimpleX Chat */ /* SimpleX Chat */
.button-simplex { .button-simplex {
--button-text:#000000; --button-text:#000000;
--button-background:#F3F6F7; --button-background:#F3F6F7;
--button-border: 1px solid #000000;
} }
/* SimpleX Chat Alt */ /* SimpleX Chat Alt */
.button-simplex-alt { .button-simplex-alt {
--button-text:#FFFFFF; --button-text:#FFFFFF;
--background-color: #000000; --background-color: #000000;
--button-border: 1px solid #000000; --button-border: 1px solid #FFFFFF;
} }
/* Skoob */ /* Skoob */