|
@@ -175,6 +175,8 @@ pre code {
|
|
|
color: inherit;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
+
|
|
|
+/* Pygments via Jekyll */
|
|
|
.highlight {
|
|
|
margin-bottom: 1rem;
|
|
|
border-radius: 4px;
|
|
@@ -183,6 +185,28 @@ pre code {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
|
|
|
+/* Gist via GitHub Pages */
|
|
|
+.gist .gist-file {
|
|
|
+ font-family: Menlo, Monaco, "Courier New", monospace !important;
|
|
|
+}
|
|
|
+.gist .markdown-body {
|
|
|
+ padding: 15px;
|
|
|
+}
|
|
|
+.gist pre {
|
|
|
+ padding: 0;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+.gist .gist-file .gist-data {
|
|
|
+ font-size: .8rem !important;
|
|
|
+ line-height: 1.4;
|
|
|
+}
|
|
|
+.gist code {
|
|
|
+ padding: 0;
|
|
|
+ color: inherit;
|
|
|
+ background-color: transparent;
|
|
|
+ border-radius: 0;
|
|
|
+}
|
|
|
+
|
|
|
/* Quotes */
|
|
|
blockquote {
|
|
|
padding: .5rem 1rem;
|
|
@@ -202,6 +226,7 @@ blockquote p:last-child {
|
|
|
|
|
|
img {
|
|
|
display: block;
|
|
|
+ max-width: 100%;
|
|
|
margin: 0 0 1rem;
|
|
|
border-radius: 5px;
|
|
|
}
|