Skip to content

Instantly share code, notes, and snippets.

@just-jeb
Last active June 5, 2024 11:07
Show Gist options
  • Save just-jeb/27d97d675c7d21ed441dd1458f72cb4a to your computer and use it in GitHub Desktop.
Save just-jeb/27d97d675c7d21ed441dd1458f72cb4a to your computer and use it in GitHub Desktop.
Dark theme gist embed for blog
<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