Skip to content

Commit

Permalink
试试定义 h1 里面的 a 的字体为相对字号
Browse files Browse the repository at this point in the history
fix #578
  • Loading branch information
yihui committed Jul 13, 2017
1 parent c5425db commit 6a89277
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
body { color: #333; }
a { color: #f05948; }
.article-list h1 {
font-size: 1.3em;
line-height: 1.3em;
}
.article-list h1 a { font-size: smaller; }
.article-list a { color: #333; }
.categories a { color: #666; }
@media (min-width: 715px) {
Expand Down

0 comments on commit 6a89277

Please sign in to comment.