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:
Seth Cottle 2025-03-16 20:59:47 -04:00
parent 98bf64ff42
commit c99d8fd702
8 changed files with 297 additions and 21 deletions

View file

@ -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;
}