Skip to content

Instantly share code, notes, and snippets.

@1ycx
Forked from just-jeb/embed-gist-dark-theme.css
Last active February 22, 2022 01:54
Show Gist options
  • Save 1ycx/d5a9c62bf2eb1b0cb840caad5c014a10 to your computer and use it in GitHub Desktop.
Save 1ycx/d5a9c62bf2eb1b0cb840caad5c014a10 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
}
</style>
<script src="https://gist.github.com/yaamas/1675e05a555568b496a2d725cf2f9766.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment