Skip to content

Instantly share code, notes, and snippets.

@emmadesilva
Created March 16, 2022 11:12
Show Gist options
  • Select an option

  • Save emmadesilva/d9520924a9592928b57fa1ee76dbd76e to your computer and use it in GitHub Desktop.

Select an option

Save emmadesilva/d9520924a9592928b57fa1ee76dbd76e to your computer and use it in GitHub Desktop.
Torchlight.dev Default Styles as SCSS
pre {
border-radius: 0.25rem;
margin-top: 1rem;
margin-bottom: 1rem;
overflow-x: auto;
code.torchlight {
display: block;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
padding-top: 1rem;
padding-bottom: 1rem;
.line {
padding-left: 1rem;
padding-right: 1rem;
}
.line-number,
.summary-caret {
margin-right: 1rem;
}
}
}
@emmadesilva
Copy link
Author

All credit goes to https://torchlight.dev/docs/css of course

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment