From ad342f96a533797b55dd1b4f8bfcf16b919feb8c Mon Sep 17 00:00:00 2001 From: J'informatique Date: Fri, 10 Jan 2025 15:43:35 +0100 Subject: [PATCH] Added SimpleX chat + logo --- css/brands.css | 13 ++++++++++ images/icons/simplex-dark.svg | 47 +++++++++++++++++++++++++++++++++++ images/icons/simplex.svg | 47 +++++++++++++++++++++++++++++++++++ index.html | 6 +++++ 4 files changed, 113 insertions(+) create mode 100644 images/icons/simplex-dark.svg create mode 100644 images/icons/simplex.svg diff --git a/css/brands.css b/css/brands.css index 168423de..54be4cf5 100644 --- a/css/brands.css +++ b/css/brands.css @@ -425,6 +425,19 @@ --button-background:#3a76f0; } +/* SimpleX */ +.button-simplex { + --button-text:#000000; + --button-background:#F3F6F7; +} + +/* SimpleX dark */ +.button-simplex-dark { + --button-text:#FFFFFF; + background-color: #000000; + --button-border: 1px solid #000000; +} + /* Slack */ .button-slack { --button-text:#000000; diff --git a/images/icons/simplex-dark.svg b/images/icons/simplex-dark.svg new file mode 100644 index 00000000..95c3ee58 --- /dev/null +++ b/images/icons/simplex-dark.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/images/icons/simplex.svg b/images/icons/simplex.svg new file mode 100644 index 00000000..486f22cc --- /dev/null +++ b/images/icons/simplex.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/index.html b/index.html index 52d5664f..a158514c 100644 --- a/index.html +++ b/index.html @@ -242,6 +242,12 @@ Signal + + SimpleX chat + + + SimpleX chat dark + Join Slack