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;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -206,6 +206,12 @@
<!-- Skoob -->
<a class="button button-skoob" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/skoob.svg" alt="Skoob logo">Skoob</a>
<!-- SimpleX chat -->
<a class="button button-simplex" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/simplex.svg" alt="SimpleX Logo">SimpleX chat</a>
<!-- SimpleX chat alt -->
<a class="button button-simplex-dark" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/simplex-alt.svg" alt="SimpleX Logo">SimpleX chat alt</a>
<!-- SpaceHey -->
<a class="button button-spacehey" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons-extended/spacehey.svg" alt="SpaceHey Logo">SpaceHey</a>