mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
9ff3ceb395
commit
9804816a73
1 changed files with 11 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue