From a36f425491aaf019243a31179e80cb10ea62db59 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 21 Jun 2021 20:05:08 -0400 Subject: (mkosarek) Transpiling code snippets in a shotty way, but it is good enough --- index.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 758afa3..8f0670b 100644 --- a/index.css +++ b/index.css @@ -152,16 +152,6 @@ section > h2 { font-weight: 500; } -section pre { - background-color: white; - border: 1px solid black; - border-radius: 3px; - overflow-x: auto; - padding: 0.5rem; - font-size: 0.9rem; - line-height: 1.1rem; -} - #references a { color: inherit; text-decoration: none; @@ -175,6 +165,16 @@ section pre { /*********************************** Code stylings ************************************/ +pre { + background-color: white; + border: 1px solid #D0D0D0; + border-radius: 3px; + overflow-x: auto; + padding: 1rem; + font-size: 0.8rem; + line-height: 1.0rem; +} + .code_keyword { color: blue; font-weight: bold; -- cgit v1.2.1