Skip to content

Instantly share code, notes, and snippets.

@joshuacronemeyer
Last active August 29, 2015 14:13
Show Gist options
  • Save joshuacronemeyer/0b39887125c0ad26d727 to your computer and use it in GitHub Desktop.
Save joshuacronemeyer/0b39887125c0ad26d727 to your computer and use it in GitHub Desktop.
streets of laredo widget styling
<html>
<head>
...
<style>
.applauze-tour table.az-widget-custom-table{
color: white;
}
.applauze-tour table.az-widget-custom-table th, .applauze-tour table.az-widget-custom-table td{
border-color: white;
}
</style>
...
</head>
<body>
...
<div class="az-widget-container" data-tour-slug="streets-of-laredo" data-include-notes="true"></div>
<script src="http://applauze.com/tours/az_widget.js"></script>
...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment