SimpleX chat

This commit is contained in:
J'informatique 2025-01-21 15:37:05 +01:00
parent 68c8ff26d7
commit 5adcc12f09
No known key found for this signature in database
4 changed files with 113 additions and 0 deletions

View file

@ -347,6 +347,19 @@
--button-background:#EC008C;
}
/* SimpleX */
.button-simplex {
--button-text:#000000;
--button-background:#F3F6F7;
}
/* SimpleX Alt */
.button-simplex-dark {
--button-text:#FFFFFF;
background-color: #000000;
--button-border: 1px solid #000000;
}
/* Skoob */
.button-skoob {
--button-text:#FFFFFF;