Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Headings are links to move to the top, giving them the wrong color.
They are now nice, black and contrasty.
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent b908f29 commit 8701cfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/sass/style.scss
Expand Up @@ -338,6 +338,12 @@ td, th {
margin-top: 0;
padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
a {
color: black;
}
}
}

.title-anchor {
Expand Down
2 changes: 2 additions & 0 deletions html/css/style.css
Expand Up @@ -284,6 +284,8 @@ td, th {
#content p:nth-child(2) {
margin-top: 0;
padding-top: 0; }
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
color: black; }

.title-anchor {
visibility: hidden;
Expand Down

0 comments on commit 8701cfa

Please sign in to comment.