Skip to content

Commit

Permalink
Merge pull request #6 from p0lycarp/master
Browse files Browse the repository at this point in the history
Reduced bottom padding for headers
  • Loading branch information
kinoute authored Mar 17, 2021
2 parents 1518a71 + a782507 commit bf857f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ h6 {
color: #c9d1d9;
font-family: "Nunito", sans-serif;
font-weight: 400;
padding: 20px 0;
padding-top: 20px;
}

html {
Expand Down Expand Up @@ -1878,4 +1878,4 @@ input:not([type="range"]):not([type="color"]) {
/* Handle long filenames in sidebar */
file-node-title-name-part {
white-space: pre-wrap;
}
}

0 comments on commit bf857f5

Please sign in to comment.