diff --git a/less/components/post.less b/less/components/post.less index 33630ced..28812cf3 100644 --- a/less/components/post.less +++ b/less/components/post.less @@ -52,3 +52,14 @@ code[data-gist-id] { .pa0; background: transparent; } + +.note { + .bg-light-blue; + .bl; + .b--blue; + .bw2; + .pa3; + + p:first-child { .mt0; } + p:last-child { .mb0; } +}