Created
August 21, 2020 19:08
-
-
Save aattk/81b71a401688e292f6d0bec1f73b35e6 to your computer and use it in GitHub Desktop.
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
| body .gist .gist-file { | |
| margin-bottom: 0; | |
| border: 1px dashed #adb5bd; | |
| border-radius: 0; | |
| } | |
| body .gist .gist-data { | |
| border-bottom: none; | |
| border-radius: 0; | |
| background-color: #f1f3f5; | |
| } | |
| body .gist .blob-wrapper { | |
| border-radius: 0; | |
| } | |
| body .gist .highlight { | |
| background-color: transparent; | |
| font-family: 'Droid Sans Mono', monospace; | |
| font-size: 14px; | |
| } | |
| body .gist .highlight td { | |
| padding: 5px 15px !important; | |
| line-height: 1; | |
| font-family: inherit; | |
| font-size: inherit; | |
| } | |
| body .gist tr:first-child td { | |
| padding-top: 15px !important; | |
| } | |
| body .gist tr:last-child td { | |
| padding-bottom: 15px !important; | |
| } | |
| body .gist .blob-num { | |
| color: #ced4da; | |
| background-color: #495057; | |
| pointer-events: none; | |
| } | |
| body .gist .gist-meta { | |
| display: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment