Skip to content

Commit

Permalink
Darken orange <code> in notes, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jul 7, 2015
1 parent fcc7e37 commit 9e2ab92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebIDL.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ pre.syntax em { color: red }
background: #d9e8ff;
}
code { color: #ff4500; background: inherit }
pre code { color: black }
.note code, .example code, .ednote code, .warning code { color: #802200; }
.note pre code, .example pre code, .ednote pre code, .warning pre code, pre code { color: black; }
td code {
background: inherit;
}
Expand Down

0 comments on commit 9e2ab92

Please sign in to comment.