Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
  • Loading branch information
davrot authored Dec 2, 2023
1 parent 93ae823 commit 94032ee
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
padding: 10px; /* Example padding */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid black;
border: 2px solid #00326d;
}
.language-python {
/* New styles for Python code */
Expand All @@ -34,7 +34,7 @@
padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid black;
border: 2px solid #00326d;
}
.language-matlab {
/* New styles for MATLAB code */
Expand All @@ -43,7 +43,7 @@
padding: 10px; /* Padding around the code block */
font-family: 'Courier New', monospace; /* Monospaced font for code */
/* Add other styling properties as needed */
border: 2px solid black;
border: 2px solid #00326d;
}
.highlight .hll { color: #000000 background-color: #d5e3f3 }
.highlight { border: 0px; background: #d5e3f3; }
Expand Down Expand Up @@ -117,7 +117,9 @@

.highlight .n { color: #000000 }
.highlight .p { color: #000000 }
code { color: #000000 }
.highlight .code { color: #000000; font-family: 'Courier New', monospace; }
.code { color: #000000; font-family: 'Courier New', monospace; }
code { color: #000000; font-family: 'Courier New', monospace; }

table {
border-collapse: collapse;
Expand Down

0 comments on commit 94032ee

Please sign in to comment.