Skip to content

Instantly share code, notes, and snippets.

@takamin
Last active November 29, 2015 08:17
Show Gist options
  • Save takamin/94d5d149505f7759acd9 to your computer and use it in GitHub Desktop.
Save takamin/94d5d149505f7759acd9 to your computer and use it in GitHub Desktop.
bauten.js color sample
<script src="https://rawgit.com/takamin/bauten/master/bauten.js"></script>
<script type="text/javascript"><!--
bauten({'className': 'text-emphasis blue-note', 'style': '♪', color:"#0000cc"});
bauten({'className': 'text-emphasis red-up-arrow', 'style': '↑', color:"red"});
// -->
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment