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 @@ -
-
-