Skip to content

Commit

Permalink
Fix github.css a little
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed May 2, 2021
1 parent 0731f29 commit 13df007
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions github.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
/* font-size: 14px; */
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
Expand Down Expand Up @@ -35,7 +35,7 @@ h1, h2, h3, h4, h5, h6 {
position: relative; }

h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor {
background: url("../../images/modules/styleguide/para.png") no-repeat 10px center;
/* background: url("../../images/modules/styleguide/para.png") no-repeat 10px center; */
text-decoration: none; }

h1 tt, h1 code {
Expand All @@ -57,11 +57,12 @@ h6 tt, h6 code {
font-size: inherit; }

h1 {
font-size: 28px;
/* font-size: 28px; */
border-bottom: 1px solid #cccccc;
color: black; }

h2 {
font-size: 24px;
/* font-size: 24px; */
border-bottom: 1px solid #cccccc;
color: black; }

Expand All @@ -78,11 +79,11 @@ h6 {
color: #777777;
font-size: 14px; }

p, blockquote, ul, ol, dl, li, table, pre {
p, blockquote, ul, ol, dl, /* li,*/ table, pre {
margin: 15px 0; }

hr {
background: transparent url("../../images/modules/pulls/dirty-shade.png") repeat-x 0 0;
/* background: transparent url("../../images/modules/pulls/dirty-shade.png") repeat-x 0 0; */
border: 0 none;
color: #cccccc;
height: 4px;
Expand Down Expand Up @@ -266,7 +267,7 @@ pre code {

pre {
background-color: #f8f8f8;
border: 1px solid #cccccc;
/* border: 1px solid #cccccc; */
font-size: 13px;
line-height: 19px;
overflow: auto;
Expand Down

0 comments on commit 13df007

Please sign in to comment.