From 665e8e5f007d70faba2e5ca22502de64a8d08add Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:23:54 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 74ce53d..46e94a8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -25,6 +25,7 @@ padding: 10px; /* Example padding */ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ + border: 2px; } .language-python { /* New styles for Python code */ @@ -33,6 +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; } .language-matlab { /* New styles for MATLAB code */ @@ -41,6 +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; } .highlight .hll { color: #000000 background-color: #d5e3f3 } .highlight { border: 0px; background: #d5e3f3; } @@ -163,9 +166,9 @@ -