Skip to content

Commit

Permalink
fix(docs-infra): elements must have sufficient color contrast
Browse files Browse the repository at this point in the history
this does not fix the issue but makes it more readable
  • Loading branch information
timdeschryver committed Sep 17, 2018
1 parent 46ff331 commit 34e0d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngrx.io/src/styles/2-modules/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ ol.linenums {

@media screen {
.str { color: #800 } /* string content */
.kwd { color: orange } /* a keyword */
.kwd { color: mat-color($gold, 900) } /* a keyword */
.com { color: #060 } /* a comment */
.typ { color: purple } /* a type name */
.lit { color: orange } /* a literal value */
.lit { color: mat-color($gold, 900) } /* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun, .opn, .clo { color: #660 }
.tag { color: #008 } /* a markup tag name */
Expand Down

0 comments on commit 34e0d37

Please sign in to comment.