Skip to content

Commit

Permalink
update highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Dec 24, 2019
1 parent c41cd4c commit f1b4e73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ strong {
overflow: auto;
}
.markdown-body table tr {
background-color: #fff;
border-top: 1px solid #c6cbd1;
}
.markdown-body table th {
Expand All @@ -604,13 +603,18 @@ strong {
border: 1px solid #dfe2e5;
}

.markdown-body .highlight {
margin-top: 0;
margin-bottom: 20px;
}
.markdown-body .highlight .chroma {
margin: 0;
}
.markdown-body .chroma .lntable {
display: table;
table-layout: auto;
width: 100%;
font-size: 85%;
margin-top: 0;
margin-bottom: 20px;
border-radius: 3px;
border: 1px solid #eee;
}
Expand Down

0 comments on commit f1b4e73

Please sign in to comment.