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