SimpleX Chat from jinformatique/main

SimpleX Chat
This commit is contained in:
Seth Cottle 2025-01-21 10:38:35 -05:00 committed by GitHub
commit 98bf64ff42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 115 additions and 1 deletions

View file

@ -347,6 +347,20 @@
--button-background:#EC008C;
}
/* SimpleX Chat */
.button-simplex {
--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 #FFFFFF;
}
/* 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-alt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/simplex-alt.svg" alt="SimpleX Logo">SimpleX Chat</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>