Skip to content

Commit

Permalink
add TODO styles for some unimplemented classes
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Nov 10, 2020
1 parent 45af5ed commit aef96b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/css/components/_stacks-code-blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ code[class*="language-"] {
.hljs-strong {
font-weight: bold;
}

// TODO
.hljs-class, .hljs-operator, .hljs-tag, .hljs-function, .hljs-params, .hljs-formula, .hljs-punctuation {
color: inherit;
}
}

pre.s-code-block .s-code-block--line-numbers {
Expand Down

0 comments on commit aef96b9

Please sign in to comment.