Give rendered codeblock a bit more contrast
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,6 +17,7 @@ $text-very-light: #767676;
|
||||
$medium-light-text: #4f4a5f;
|
||||
$code-background: #f3f3f3;
|
||||
$codeblock-background: #f6f8fa;
|
||||
$codeblock-text: #99a;
|
||||
$code-text: #f8f8f2;
|
||||
$ipng-orange: #f46524;
|
||||
$ipng-darkorange: #8c1919;
|
||||
@ -142,7 +143,7 @@ pre {
|
||||
|
||||
code {
|
||||
background-color: transparent;
|
||||
color: #444;
|
||||
color: $codeblock-text;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user