mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-27 09:53:08 +08:00
Improve inline code in rendered markdown
This commit is contained in:
parent
88e2618459
commit
535f7882b0
1 changed files with 1 additions and 4 deletions
|
@ -103,10 +103,7 @@
|
|||
}
|
||||
|
||||
.markdown code {
|
||||
@apply py-1 px-2 rounded-lg text-sm align-middle font-mono;
|
||||
/* Match the editor colors */
|
||||
background-color: #282c34;
|
||||
color: #abb2bf;
|
||||
@apply py-[0.2rem] px-2 rounded-lg text-sm align-middle font-mono bg-gray-200;
|
||||
}
|
||||
|
||||
.markdown pre > code {
|
||||
|
|
Loading…
Reference in a new issue