Created
March 16, 2022 11:12
-
-
Save emmadesilva/d9520924a9592928b57fa1ee76dbd76e to your computer and use it in GitHub Desktop.
Torchlight.dev Default Styles as SCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All credit goes to https://torchlight.dev/docs/css of course