Fix inline code being unreadable

This commit is contained in:
x-9917638 2025-12-21 15:26:42 +11:00 committed by GitHub
parent f97ed33635
commit c93c5094ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ header > p > a {
}
.guide-content code:not([class*='language-']) {
background: #00000000;
background: #1e1e1e;
color: #c9d1d9;
}