Skip to content

Commit 2792a4d

Browse files
committed
Improve color contrast of text in code blocks
1 parent 2a45f8c commit 2792a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $darkerblue: #1e2933;
8585
$link-color: $blue;
8686
$link-hover: $darkerblue;
8787

88-
$code-green: #11a611;
88+
$code-green: #0c7d0c;
8989
$default-border-color: $grey-lighter; /* Set a generic border color here to keep them consistent */
9090

9191

0 commit comments

Comments
 (0)