Adjust background color for code.

This commit is contained in:
daniel 2024-11-05 15:28:17 +01:00
parent c2df6c42aa
commit fd71ea2590

View File

@ -4,9 +4,9 @@ $text: hsl(204, 28%, 93%);
$light-grey: #292e32; // #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;
$midnightblue: #2c3e50;
$typewriter: hsl(172, 100%, 36%);
$codebackground: #272822 !default;
$codebackground: #1c2023 !default;
$midnightblue: $codebackground;
// Scroll to Top Default colors