Skip to content

Commit ce876bb

Browse files
committed
bump the code block contrast up a little
1 parent 1ffb7aa commit ce876bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/scss/code.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ code {
4545
border: 1px solid #eee;
4646
border-radius: 0.2em;
4747
background-color: $light-green;
48-
color: #444;
48+
color: #000;
4949
font-weight: normal;
5050
font-size: 0.8em;
5151
padding: 0.15em 0.3em;
@@ -57,7 +57,7 @@ pre code {
5757
border: none;
5858
border-radius: 0;
5959
background-color: transparent;
60-
color: inherit;
60+
color: #000;
6161
font-weight: inherit;
6262
font-size: inherit;
6363
padding: 0;

0 commit comments

Comments
 (0)