From c3cad9328cff7bfee8d9d824a2098f1b019e884a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 25 May 2021 20:53:05 -0400 Subject: Added a bit of styling to the code snippets --- index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.css') diff --git a/index.css b/index.css index 755156b..758afa3 100644 --- a/index.css +++ b/index.css @@ -153,8 +153,11 @@ section > h2 { } section pre { + background-color: white; + border: 1px solid black; + border-radius: 3px; overflow-x: auto; - padding-left: 0.5rem; + padding: 0.5rem; font-size: 0.9rem; line-height: 1.1rem; } -- cgit v1.2.1