We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c15385 commit f7c014bCopy full SHA for f7c014b
assets/css/style.css
@@ -102,6 +102,9 @@ body > footer {
102
color: #8c9dbb;
103
font-size: 0.9em;
104
}
105
+body > footer > div {
106
+ margin: 0.9em;
107
+}
108
body > footer > div > #reduced {
109
display: none;
110
@@ -297,6 +300,9 @@ pre.highlight {
297
300
pre.highlight > code {
298
301
padding: 0;
299
302
303
+pre.highlight, code {
304
+ font-family: inherit;
305
306
div.youtube {
307
position: relative;
308
overflow: hidden;
0 commit comments