mirror of
https://github.com/urbit/shrub.git
synced 2025-01-02 01:25:55 +03:00
Merge pull request #3393 from urbit/mp/chat/inline-blocks
chat: break up inline code
This commit is contained in:
commit
e58b48a8c1
@ -252,6 +252,10 @@ blockquote {
|
||||
font-family: 'Inter';
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
code, pre.code {
|
||||
background-color: var(--light-gray);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user