Skip to content

Instantly share code, notes, and snippets.

@j13k
Created April 3, 2018 01:55
Show Gist options
  • Save j13k/e61432961465a21c2674c28147976d63 to your computer and use it in GitHub Desktop.
Save j13k/e61432961465a21c2674c28147976d63 to your computer and use it in GitHub Desktop.
User stylesheet for Test-Driven Development with Python online book
/**
* Applies updated Asciidoctor default stylesheet to online
* edition of "Test-Driven Development with Python".
*
* 1. Install 'Stylish' browser extension
* 2. Create New Style
* 3. Paste this stylesheet
* 4. Apply to URLs starting with
* https://www.obeythetestinggoat.com/book/
*
* @see https://www.obeythetestinggoat.com
* @see https://asciidoctor.org
*/
@import url(https://asciidoctor.org/stylesheets/styles.css);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment