From b9c3c2916219cb595c04cc966bdbf747bb8c64fd Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 3 Dec 2022 00:47:48 -0500 Subject: [PATCH] made inline code pink as well --- main.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.scm b/main.scm index 73f2f71..a371f13 100644 --- a/main.scm +++ b/main.scm @@ -33,8 +33,10 @@ body { margin: 0 auto; max-width: 700px; } -pre { +pre, code { background-color: ##ffd9df; +} +pre { padding: 15px 20px; white-space: pre; overflow: scroll;