code and pre element styling
This commit is contained in:
parent
eef932f97c
commit
df226a8bbe
3 changed files with 30 additions and 16 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.markdown {
|
||||
* + * {
|
||||
> * + * {
|
||||
@apply mt-4;
|
||||
}
|
||||
|
||||
|
@ -39,6 +39,14 @@
|
|||
a {
|
||||
@apply link;
|
||||
}
|
||||
|
||||
code {
|
||||
@apply inline-block;
|
||||
}
|
||||
|
||||
pre {
|
||||
@apply my-8;
|
||||
}
|
||||
}
|
||||
|
||||
.visually-hidden {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue