Updates
Adds Babylist as a new brand, fixes SimpleX Chat Alt, and adds a new sensitive content warning module (new HTML, new CSS file, new JS folder and file, new icon).
This commit is contained in:
parent
98bf64ff42
commit
c99d8fd702
8 changed files with 297 additions and 21 deletions
|
@ -59,6 +59,13 @@
|
|||
--button-border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
/* Babylist */
|
||||
.button-babylist {
|
||||
--button-text:#FFFFFF;
|
||||
--button-background:#6E3264;
|
||||
--button-border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
/* Bandsintown */
|
||||
.button-bandsintown {
|
||||
--button-text:#FFFFFF;
|
||||
|
@ -356,8 +363,8 @@
|
|||
|
||||
/* SimpleX Chat Alt */
|
||||
.button-simplex-alt {
|
||||
--button-text:#FFFFFF;
|
||||
--background-color: #000000;
|
||||
--button-text:#FFFFFF;
|
||||
--button-background:#000000;
|
||||
--button-border: 1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue