mirror of
https://github.com/sindresorhus/github-markdown-css.git
synced 2024-03-22 13:10:53 +08:00
Removing thick borders.
Adding hashes after heading as well. Readding the actual href url after an anchor.
This commit is contained in:
parent
8af460d176
commit
6465f325c0
|
@ -11,7 +11,7 @@
|
|||
}
|
||||
|
||||
.markdown-body h1 {
|
||||
border-bottom: 6px double #666666;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.markdown-body h1:before {
|
||||
content: '#\00a0';
|
||||
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
|
||||
.markdown-body h2 {
|
||||
border-bottom: 2px solid #666666;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.markdown-body h2:before {
|
||||
content: '##\00a0';
|
||||
|
@ -35,16 +35,28 @@
|
|||
content: '####\00a0';
|
||||
color: #666666;
|
||||
}
|
||||
.markdown-body h4:after {
|
||||
content: '\00a0####';
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.markdown-body h5:before {
|
||||
content: '#####\00a0';
|
||||
color: #666666;
|
||||
}
|
||||
.markdown-body h5:after {
|
||||
content: '\00a0#####';
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.markdown-body h6:before {
|
||||
content: '######\00a0';
|
||||
color: #999999;
|
||||
}
|
||||
.markdown-body h6:after {
|
||||
content: '\00a0######';
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/*.markdown-body ul {
|
||||
padding-left: .75em;
|
||||
|
@ -77,4 +89,4 @@
|
|||
.markdown-body em:before,
|
||||
.markdown-body em:after {
|
||||
content: '/';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user