adjust chat styling

This commit is contained in:
Lucy Cifferello
2023-08-28 16:51:53 -04:00
parent bba314a63d
commit 6a8e76f99f

View File

@@ -3,11 +3,12 @@
<script>
$(function() {
new ZammadChat({
title: '<strong>Chat</strong> with a Start9 Technician',
background: '#ff4961',
fontSize: '12px',
title: '<strong>Chat</strong> with us',
background: '#828282',
fontSize: '11px',
chatId: 1,
show: true
show: true,
flat: true
});
});
</script>