Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Fix css selector for code leaking into the sunburst code prettifier rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 25, 2016
1 parent 0d4aab2 commit 7aeadaa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,17 @@ a:visited {
padding-left:4em;
}

code{
:not(pre) > code {
font-family: courier;
font-size: small;
background-color: #f2f2f2;
}

code {
font-family: courier;
font-size: small;
}

.shell{
background-color: black;
}
Expand Down

0 comments on commit 7aeadaa

Please sign in to comment.