From b0f050fe52bcd142cae210af12b24cc5c4a0ea25 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:11:52 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ad0b1da..d29d2a5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ @@ -21,7 +21,7 @@ .language-shell.highlighter-rouge { /* New styles for Shell code */ background-color: #d5e3f3; /* Example background color */ - color: #333; /* Example text color */ + color: #000000; /* Example text color */ padding: 10px; /* Example padding */ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ @@ -29,7 +29,7 @@ .language-python { /* New styles for Python code */ background-color: #d5e3f3; /* Light grey background */ - color: #202020; /* Dark grey text color */ + color: #000000; /* Dark grey text color */ padding: 10px; /* Padding around the code block */ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ @@ -37,7 +37,7 @@ .language-matlab { /* New styles for MATLAB code */ background-color: #d5e3f3; /* Light yellow background */ - color: #0052cc; /* MATLAB blue text color */ + 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 */