feat: make the inline code blocks closer to the way github and slack render them

https://hackclub.slack.com/archives/C07HNMJALTW/p1724251063976199
This commit is contained in:
Kieran Klukas 2024-08-21 11:08:25 -04:00 committed by GitHub
parent 41aa91cd06
commit d1c335aec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -394,3 +394,9 @@ SOFTWARE.
background-color: transparent;
border: none;
}
code:not(pre code) {
color: #e8912d;
font-size: 0.95rem;
border: 1px solid #CCCCCC !important;
}