improve inline code breaks
This commit is contained in:
@@ -84,6 +84,7 @@
|
|||||||
> .remark-container code {
|
> .remark-container code {
|
||||||
color: $colorPurple;
|
color: $colorPurple;
|
||||||
background-color: rgba($colorPurple, 0.1);
|
background-color: rgba($colorPurple, 0.1);
|
||||||
|
box-decoration-break: clone;
|
||||||
}
|
}
|
||||||
|
|
||||||
> p a,
|
> p a,
|
||||||
@@ -119,11 +120,6 @@
|
|||||||
ul {
|
ul {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// a::before {
|
|
||||||
// content: '→ ';
|
|
||||||
// opacity: 0.2;
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user