SimpleX chat
This commit is contained in:
parent
68c8ff26d7
commit
5adcc12f09
4 changed files with 113 additions and 0 deletions
|
@ -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;
|
||||
|
|
47
images/icons-extended/simplex-alt.svg
Normal file
47
images/icons-extended/simplex-alt.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
47
images/icons-extended/simplex.svg
Normal file
47
images/icons-extended/simplex.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue