Skip to content

Commit

Permalink
Better fix for the code snippet concentric boxes isse barryclark#18
Browse files Browse the repository at this point in the history
  • Loading branch information
FengXi committed Feb 14, 2019
1 parent bfd4f87 commit ff0f412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_highlights.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.highlight {
pre.highlight {
background-color: #efefef;
padding: 7px 7px 7px 10px;
border: 1px solid #ddd;
Expand Down Expand Up @@ -81,4 +81,4 @@ code {
.highlight .vc { color: #268BD2 } /* Name.Variable.Class */
.highlight .vg { color: #268BD2 } /* Name.Variable.Global */
.highlight .vi { color: #268BD2 } /* Name.Variable.Instance */
.highlight .il { color: #2AA198 } /* Literal.Number.Integer.Long */
.highlight .il { color: #2AA198 } /* Literal.Number.Integer.Long */

0 comments on commit ff0f412

Please sign in to comment.