mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 14:04:31 +08:00
Add styles for kbd tag in rendered Markdown
This commit is contained in:
parent
29df8c2a18
commit
eea546d59c
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@
|
|||
color: #abb2bf;
|
||||
}
|
||||
|
||||
.markdown kbd {
|
||||
@apply py-[0.2rem] px-2 rounded-lg text-xs align-middle font-mono border border-gray-300;
|
||||
box-shadow: #cad5e0 0px -2px 0px 0px inset;
|
||||
}
|
||||
|
||||
.markdown > :first-child {
|
||||
@apply mt-0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue