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 fb8d7e6 commit b67082aCopy full SHA for b67082a
sass/_extra.scss
@@ -24,3 +24,15 @@ a:focus {
24
h1 {
25
font-family: "Raleway",Helvetica,Arial,sans-serif;
26
}
27
+
28
+/* Disable the extra top-margin of the first paragraph in a blockquote, so that
29
+ * the blockquote has equal padding at the top and at the bottom. */
30
+blockquote > p:first-child {
31
+ margin-top: 0;
32
+}
33
34
+/* The 0.8rem defined by abridge.css results in text quite a bit smaller than
35
+ * the main body text. 1rem makes more sense. */
36
+code {
37
+ font-size: 1rem;
38
0 commit comments