Last active
November 20, 2019 07:48
-
-
Save thetutlage/17a328078a9813f845612b06e6a3d286 to your computer and use it in GitHub Desktop.
Kayako config for Transistor.fm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
// Messenger embed code | |
</script> | |
<script> | |
kayako.config = { | |
styles: { | |
/** | |
* Keeping launcher icon background different from site background | |
*/ | |
primaryColor: '#2d353f', | |
/** | |
* Patterns doesn't play great with light backgrounds, so decided to take | |
* it off | |
*/ | |
homePattern: '', | |
/** | |
* The classy yellow | |
*/ | |
homeBackground: '#fbc75d', | |
/** | |
* Site background for messenger text | |
*/ | |
homeTextColor: '#0c1824', | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment