Last active
May 23, 2026 07:05
-
-
Save just-jeb/27d97d675c7d21ed441dd1458f72cb4a to your computer and use it in GitHub Desktop.
Dark theme gist embed for blog
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
| <style> | |
| /* https://github.com/lonekorean/gist-syntax-themes */ | |
| @import url('https://cdn.rawgit.com/lonekorean/gist-syntax-themes/d49b91b3/stylesheets/idle-fingers.css'); | |
| @import url('https://fonts.googleapis.com/css?family=Open+Sans'); | |
| body { | |
| font: 16px 'Open Sans', sans-serif; | |
| } | |
| body .gist .gist-file { | |
| border-color: #555 #555 #444 | |
| } | |
| body .gist .gist-data { | |
| border-color: #555 | |
| } | |
| body .gist .gist-meta { | |
| color: #ffffff; | |
| background: #373737; | |
| } | |
| body .gist .gist-meta a { | |
| color: #ffffff | |
| } | |
| body .gist .gist-data .pl-s .pl-s1 { | |
| color: #a5c261 | |
| } | |
| </style> | |
| <script src="your-gist-embed"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment