Increase contrast by not using a mid-grey background (#8122)

...for non-block code. Closes #8120
This commit is contained in:
Matt Godbolt
2025-09-22 12:46:07 -05:00
committed by GitHub
parent a01cde3910
commit 08169313c5

View File

@@ -162,16 +162,12 @@
border-bottom-color: #30363d;
}
pre, code {
pre {
background-color: #161b22;
border-color: #30363d;
}
code {
background-color: rgba(240, 246, 252, 0.15);
}
pre code {
border-color: #30363d;
background-color: transparent;
}
@@ -202,4 +198,4 @@
color: #58a6ff;
}
}
}
}