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 51716e8 commit 5bbf0d6Copy full SHA for 5bbf0d6
static/style.css
@@ -174,3 +174,19 @@ footer a {
174
margin-left: 1rem;
175
}
176
177
+
178
+pre {
179
+ background-color: #e4e6e8;
180
+ border: 1px solid rgba(0, 0, 0, 0.2);
181
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
182
+ border-radius: 4px;
183
+ padding: 0.5em;
184
+ margin-top: 0.5em;
185
+ margin-bottom: 0.5em;
186
+ margin-left: -0.5em;
187
+ margin-right: -0.5em;
188
+}
189
190
+code {
191
+ font-family: monospace;
192
0 commit comments