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 b9db10e commit 30f9912Copy full SHA for 30f9912
assets/style.css
@@ -21,25 +21,24 @@ p:has(+ pre) {
21
margin-bottom: 0;
22
}
23
24
-p + pre {
25
- margin-top: 5px;
26
-}
27
-
28
pre {
29
overflow: auto;
30
- border-top: 1px solid var(--border);
31
- border-bottom: 1px solid var(--border);
32
- padding: 4px 0;
+ padding: 4px 5px;
+ background: #8888880A;
+}
+
+pre:has(+pre){
+ margin-bottom: 10px;
33
34
35
pre code {
36
tab-size: 4;
37
-moz-tab-size: 4;
38
39
code {
40
- font-variant-ligatures: none;
41
- font-feature-settings: "liga" 0;
42
- font-family: "JetBrains Mono", monospace;
+ font-family: monospace;
+ font-size: smaller;
43
44
45
.center {
0 commit comments