From 9804816a73e1d76c05576b6b2f857b71a97ea99e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:31:02 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index d356453..f100142 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -51,6 +51,17 @@ margin-top: 10px; margin-bottom: 10px; } + .language-json { + /* New styles for JSON code */ + background-color: #d5e3f3; /* Light yellow background */ + color: #000000; /* MATLAB blue text color */ + padding: 10px; /* Padding around the code block */ + font-family: 'Courier New', monospace; /* Monospaced font for code */ + /* Add other styling properties as needed */ + border: 0px solid #00326d; + margin-top: 10px; + margin-bottom: 10px; + } .highlight .hll { color: #000000; background-color: #d5e3f3 } .highlight {margin-bottom: 0px; color: #000000; border: 0px; background: #d5e3f3; } .highlight .c { color: #408080; font-style: italic } /* Comment */