From 93ae823141b5505a144076443132dcf230313651 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:35:54 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index bd3a78f..c02f82d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -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; + border: 2px solid black; } .language-python { /* New styles for Python code */ @@ -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; + border: 2px solid black; } .language-matlab { /* New styles for MATLAB code */ @@ -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; + border: 2px solid black; } .highlight .hll { color: #000000 background-color: #d5e3f3 } .highlight { border: 0px; background: #d5e3f3; } @@ -117,7 +117,7 @@ .highlight .n { color: #000000 } .highlight .p { color: #000000 } - .highlight .code { color: #000000 } + code { color: #000000 } table { border-collapse: collapse; @@ -180,8 +180,8 @@ - - +
+