Skip to content

Commit 75cd295

Browse files
committed
refactor(website): improve theme
2 parents cc6b877 + daaa30c commit 75cd295

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/website/app/theme/theme.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ body {
9292
font-family: var(--font-family-body);
9393
}
9494

95+
code,
96+
kbd,
97+
pre,
98+
samp {
99+
font-family: var(--font-family-mono);
100+
}
101+
95102
button {
96103
cursor: pointer;
97104
}

0 commit comments

Comments
 (0)