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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue