commit 7476b3e239863aff5d418cbafc0335154e639dfe parent 3c3ed223a1c05d8a11f7d85750979dc086146a6f Author: FIGBERT <figbert@figbert.com> Date: Thu, 8 Apr 2021 20:26:55 -0700 Add border around code blocks Diffstat:
M | sass/code.sass | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sass/code.sass b/sass/code.sass @@ -1,11 +1,12 @@ pre padding: 1rem white-space: pre-wrap + border: 1px solid #ccc code border: none code - font-size: 1.25rem + font-size: 1rem padding: 0 4px border: 1px solid #ccc