Skip to content

Commit

Permalink
default <a> color to steelblue
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed May 15, 2024
1 parent 5458932 commit 1c1f2c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion css/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ body, blockquote, .side, .menu { background: #fafafa; }
.article-meta .terms, .appendix, .footnotes, main .side > *, .body .side, figcaption, .caption { font-size: .9em; }
.single .appendix, .body ~ .appendix, .frontmatter { background: none; }
.appendix h2 { border-bottom: 1px dashed #666; }
a { color: steelblue; }
#TOC { top: 0; }
#TOC ul { list-style-position: inside; }
#TOC > ul {
Expand Down
1 change: 1 addition & 0 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
body, .footnotes, code { font-size: .9em; }
li li { font-size: .95em; }
*, *:before, *:after { box-sizing: inherit; }
a { color: steelblue; }
pre, img { max-width: 100%; }
pre, pre:hover { white-space: pre-wrap; word-break: break-all; }
pre code { display: block; overflow-x: auto; }
Expand Down

0 comments on commit 1c1f2c6

Please sign in to comment.