Skip to content

Commit

Permalink
remove imp
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jul 30, 2016
1 parent 841a247 commit da54dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ table tr td :last-child {
/* --- Code blocks --- */

pre {
font-size: 16px !important;
font-size: 16px;
line-height: 1.5em;
}
pre code {
Expand Down
2 changes: 1 addition & 1 deletion css/pygment_highlights.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* .highlight { background: #ffffff; } Dean commented out */
.highlight pre { background-color: #fff; font-size: 16px }
/* .highlight pre { background-color: #fff; font-size: 16px } */
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
Expand Down

0 comments on commit da54dfd

Please sign in to comment.