Skip to content

Instantly share code, notes, and snippets.

@al-arz
Last active June 23, 2023 09:41
Show Gist options
  • Save al-arz/13f39a80334423cf68a8b065ce99e134 to your computer and use it in GitHub Desktop.
Save al-arz/13f39a80334423cf68a8b065ce99e134 to your computer and use it in GitHub Desktop.
Custom CSS for Data-Oriented Design book online version
/* Random CSS to make HTML version of Data-Oriented Design book (https://www.dataorienteddesign.com/dodbook/) a bit more pleasant to read on my 15" FHD laptop */
body {
font-family: 'Lato', "Verdana", sans-serif;
font-size: 1.4em;
line-height: 1.5em;
padding: 20px;
background-color: #eee;
color: #222
}
body > * {
display: block;
width: 50%;
margin: 2em auto 1em auto;
}
body > p {
margin: 1em auto 1.5em auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment