Skip to content

Instantly share code, notes, and snippets.

@nizhib
Created October 2, 2018 09:47
Show Gist options
  • Save nizhib/36e4eaa318f67fa166b9cb6f0e1d407d to your computer and use it in GitHub Desktop.
Save nizhib/36e4eaa318f67fa166b9cb6f0e1d407d to your computer and use it in GitHub Desktop.
Pytorch.org stylesheet
*, a {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.blog .main-content-wrapper h4 a {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: 700;
}
span.pre,
code.highlighter-rouge {
color: #ab4642;
}
.features-row p,
.quick-start-module p,
.get-started .main-content .navbar .nav-link,
.btn, a.btn, .quick-starts .option,
.ecosystem-card p.card-summary,
.resource-card p.card-summary,
.page-item.disabled .page-link,
article.pytorch-article p,
article.pytorch-article ul li,
article.pytorch-article ol li,
article.pytorch-article dl dt,
article.pytorch-article dl dd,
article.pytorch-article blockquote,
.pytorch-left-menu a:link,
.pytorch-left-menu a:visited,
.pytorch-left-menu a:hover,
.pytorch-right-menu a:link,
.pytorch-right-menu a:visited,
.pytorch-right-menu a:hover {
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment