Skip to content

Commit 0f8a631

Browse files
committed
Fix code padding color busted from DS alpha.41
1 parent b9616df commit 0f8a631

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
--ifm-blockquote-color: #ecf4f9;
2121
--ifm-blockquote-color-dark: #cbddea;
22+
23+
--ifm-pre-background: rgb(39, 40, 34);
2224
}
2325

2426
@media screen and (max-width: 996px) {
@@ -47,6 +49,11 @@ blockquote {
4749
padding: 0 var(--ifm-pre-padding);
4850
}
4951

52+
code {
53+
background-color: var(--ifm-color-emphasis-300);
54+
border-radius: 0.2rem;
55+
}
56+
5057
a code,
5158
code a {
5259
color: inherit;

0 commit comments

Comments
 (0)