From 789b9e165b753a5c82158e01c4e022dc33fe4b12 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 Nov 2017 21:15:29 +0000 Subject: [PATCH] Add note styling --- less/components/post.less | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; } +}