Skip to content

Commit

Permalink
Fix the css property styles in dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shumilova <ashumilo@redhat.com>
  • Loading branch information
ashumilova committed Dec 21, 2017
1 parent 6eba9ca commit 3c5b664
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -474,6 +474,6 @@
font-weight: bold;
}

.support type propertyName css{
color: #00bcd4;
}
.support.type.propertyName.css{
color: #00bcd4;
}

0 comments on commit 3c5b664

Please sign in to comment.