From 34181cf5bafdd3bb68f3b507748b811721f7c11d Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Tue, 12 Dec 2017 15:17:54 -0800 Subject: [PATCH] Add styling to the JSON format example --- main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main.css b/main.css index 62af971..4c5d43a 100644 --- a/main.css +++ b/main.css @@ -31,6 +31,13 @@ body { background: transparent !important; } +pre { + tab-size: 4; + -moz-tab-size: 4; + background-color: rgb(245, 245, 245); + padding: 10px; +} + /* Move the navbar contents onto the same line as the toggler */ #navbarCollapse { margin-top: -3rem !important;