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 */