Adjust background color for code.
This commit is contained in:
parent
c2df6c42aa
commit
fd71ea2590
@ -4,9 +4,9 @@ $text: hsl(204, 28%, 93%);
|
|||||||
$light-grey: #292e32; // #494f5c;
|
$light-grey: #292e32; // #494f5c;
|
||||||
$dark-grey: #3B3E48;
|
$dark-grey: #3B3E48;
|
||||||
$highlight-grey: #7d828a;
|
$highlight-grey: #7d828a;
|
||||||
$midnightblue: #2c3e50;
|
|
||||||
$typewriter: hsl(172, 100%, 36%);
|
$typewriter: hsl(172, 100%, 36%);
|
||||||
$codebackground: #272822 !default;
|
$codebackground: #1c2023 !default;
|
||||||
|
$midnightblue: $codebackground;
|
||||||
|
|
||||||
// Scroll to Top Default colors
|
// Scroll to Top Default colors
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user