Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-07 23:31:02 +01:00 committed by GitHub
parent 9ff3ceb395
commit 9804816a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,17 @@
margin-top: 10px; margin-top: 10px;
margin-bottom: 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 .hll { color: #000000; background-color: #d5e3f3 }
.highlight {margin-bottom: 0px; color: #000000; border: 0px; background: #d5e3f3; } .highlight {margin-bottom: 0px; color: #000000; border: 0px; background: #d5e3f3; }
.highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .c { color: #408080; font-style: italic } /* Comment */