added support for generic website

Signed-off-by: Satish Surath <s@n-m.co>
This commit is contained in:
Satish Surath
2022-02-25 00:01:07 -05:00
parent 8448510270
commit d3671417ec
6 changed files with 31 additions and 0 deletions

@ -425,6 +425,16 @@ button:hover,
filter: brightness(90%);
}
/* Website */
.button.button-web {
color: #ffffff;
background-color: #000000;
}
.button.button-web:hover,
.button.button-web:focus {
filter: brightness(90%);
}
/* WhatsApp */
.button.button-whatsapp {
color: #ffffff;