Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The internet seams to agree that leftist ToCs don't need blue links. All
of them are links, so the extra distinction provides no value. It feels
less nervous to me and I hope to anyone else too.
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent ea4191a commit bdf6756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/sass/style.scss
Expand Up @@ -377,6 +377,10 @@ td, th {

table#TOC {
max-width: 20em;

a {
color: black;
}
}
}

Expand Down
4 changes: 3 additions & 1 deletion html/css/style.css
Expand Up @@ -306,7 +306,9 @@ td, th {
nav.indexgroup {
float: left; }
table#TOC {
max-width: 20em; } }
max-width: 20em; }
table#TOC a {
color: black; } }

.title-anchor {
visibility: hidden;
Expand Down

0 comments on commit bdf6756

Please sign in to comment.