Tweaks
This commit is contained in:
parent
a3dcda88b3
commit
37c766a802
24 changed files with 82 additions and 125 deletions
|
@ -19,6 +19,27 @@
|
|||
p:last-child
|
||||
@apply mb-0
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
blockquote,
|
||||
table
|
||||
@apply mb-4
|
||||
|
||||
pre
|
||||
@apply my-8
|
||||
|
||||
a,
|
||||
.link
|
||||
@apply text-blue underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
@apply no-underline
|
||||
|
||||
&:focus
|
||||
@apply text-white bg-blue outline-none px-px -mx-px
|
||||
|
||||
pre code,
|
||||
.hljs
|
||||
@apply block leading-loose overflow-x-scroll p-6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue