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 9476c13 commit 17c87acCopy full SHA for 17c87ac
docs/result.css
@@ -2,6 +2,7 @@
2
--color-background: #212830;
3
--color-text: #ddd;
4
--color-gray: #808080;
5
+ --color-dark-gray: #444;
6
--color-link: #478be6;
7
--font-size: 16px;
8
--font-size-xsmall: 0.75rem;
@@ -69,3 +70,11 @@ table {
69
70
border-width: 1px;
71
}
72
73
+
74
+code {
75
+ font-family: "Segoe UI", Courier, monospace;
76
+ background-color: var(--color-dark-gray);
77
+ color: var(--color-text);
78
+ padding: 0.15rem;
79
+ border-radius: 0.25rem;
80
+}
0 commit comments