3 // Inline and block-level code snippets. Includes tweaks to syntax highlighted
4 // snippets from Pygments/Rouge and Gist embeds.
8 font-family: Menlo, Monaco, "Courier New", monospace;
15 background-color: #f9f9f9;
28 background-color: transparent;
31 // Pygments via Jekyll
37 background-color: #f9f9f9;
38 border-radius: .25rem;
46 display: inline-block; // Ensures the null space also isn't selectable
47 padding-right: .75rem;
50 // Make sure numbers aren't selectable
51 -webkit-user-select: none;
52 -moz-user-select: none;
58 // Gist via GitHub Pages
60 // font-family: Menlo, Monaco, "Courier New", monospace !important;
62 // .gist .markdown-body {
67 // background-color: transparent;
69 // .gist .gist-file .gist-data {
70 // font-size: .8rem !important;
76 // background-color: transparent;