Add note styling

This commit is contained in:
Oliver Davies 2017-11-01 21:15:29 +00:00
parent 6133a86ca7
commit 789b9e165b

View file

@ -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; }
}