Tweaks
This commit is contained in:
parent
a3dcda88b3
commit
37c766a802
24 changed files with 82 additions and 125 deletions
|
@ -2,10 +2,6 @@
|
|||
@import '~highlightjs/styles/github-gist'
|
||||
|
||||
@tailwind preflight
|
||||
|
||||
@import 'base/base'
|
||||
@import 'base/images'
|
||||
|
||||
@tailwind components
|
||||
|
||||
@import 'components/blockquote'
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
a
|
||||
@apply text-blue no-underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
@apply underline
|
||||
|
||||
b,
|
||||
strong
|
||||
@apply font-bold
|
||||
|
||||
main a
|
||||
@apply underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
@apply no-underline
|
||||
|
||||
&:focus
|
||||
@apply text-white bg-blue outline-none px-px -mx-px
|
||||
|
||||
h1, h2, h3
|
||||
@apply text-black mb-2 font-bold
|
||||
|
||||
.content h2,
|
||||
.content h3
|
||||
@apply mt-6
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
blockquote,
|
||||
table,
|
||||
pre
|
||||
@apply mb-6
|
|
@ -1,14 +0,0 @@
|
|||
img
|
||||
&.has-border,
|
||||
&.with-border
|
||||
@apply border border-solid border-grey-light
|
||||
|
||||
&.has-padding,
|
||||
&.with-padding
|
||||
@apply p-2
|
||||
|
||||
&.avatar
|
||||
@apply border p-1 rounded-full
|
||||
|
||||
svg
|
||||
fill: currentColor
|
|
@ -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