mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 15:49:23 +08:00
improve inline code breaks
This commit is contained in:
parent
5d679249d5
commit
9abb4afc21
@ -84,6 +84,7 @@
|
||||
> .remark-container code {
|
||||
color: $colorPurple;
|
||||
background-color: rgba($colorPurple, 0.1);
|
||||
box-decoration-break: clone;
|
||||
}
|
||||
|
||||
> p a,
|
||||
@ -119,11 +120,6 @@
|
||||
ul {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
// a::before {
|
||||
// content: '→ ';
|
||||
// opacity: 0.2;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user