Give rendered codeblock a bit more contrast
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pim van Pelt
2024-12-20 13:19:30 +01:00
parent 16ac42bad9
commit 610835925b

View File

@ -17,6 +17,7 @@ $text-very-light: #767676;
$medium-light-text: #4f4a5f; $medium-light-text: #4f4a5f;
$code-background: #f3f3f3; $code-background: #f3f3f3;
$codeblock-background: #f6f8fa; $codeblock-background: #f6f8fa;
$codeblock-text: #99a;
$code-text: #f8f8f2; $code-text: #f8f8f2;
$ipng-orange: #f46524; $ipng-orange: #f46524;
$ipng-darkorange: #8c1919; $ipng-darkorange: #8c1919;
@ -142,7 +143,7 @@ pre {
code { code {
background-color: transparent; background-color: transparent;
color: #444; color: $codeblock-text;
} }
} }