mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
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:
parent
41aa91cd06
commit
d1c335aec0
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue