Skip to content

Commit 17c87ac

Browse files
style: highlight code
1 parent 9476c13 commit 17c87ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/result.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--color-background: #212830;
33
--color-text: #ddd;
44
--color-gray: #808080;
5+
--color-dark-gray: #444;
56
--color-link: #478be6;
67
--font-size: 16px;
78
--font-size-xsmall: 0.75rem;
@@ -69,3 +70,11 @@ table {
6970
border-width: 1px;
7071
}
7172
}
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

Comments
 (0)