From a89caf55345b52f9115b32c99a3b40c818b05d63 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 19 Jun 2021 17:54:37 +0530 Subject: website: Add background color and padding to code snippets. * website/style.css (pre): Add background color and padding. --- website/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'website/style.css') diff --git a/website/style.css b/website/style.css index 708d9aa..aa172ad 100644 --- a/website/style.css +++ b/website/style.css @@ -11,6 +11,11 @@ h1, h2, h3 { line-height: 1.2; } +pre { + background-color: #f0f0f0; + padding: 1em; +} + /* Make the svg badges clickable. */ object { pointer-events: none; -- cgit v1.2.3