Skip to content

Commit 8701cfa

Browse files
committed
Headings are links to move to the top, giving them the wrong color.
They are now nice, black and contrasty.
1 parent b908f29 commit 8701cfa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/sass/style.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,12 @@ td, th {
338338
margin-top: 0;
339339
padding-top: 0;
340340
}
341+
342+
h1, h2, h3, h4, h5, h6 {
343+
a {
344+
color: black;
345+
}
346+
}
341347
}
342348

343349
.title-anchor {

html/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ td, th {
284284
#content p:nth-child(2) {
285285
margin-top: 0;
286286
padding-top: 0; }
287+
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
288+
color: black; }
287289

288290
.title-anchor {
289291
visibility: hidden;

0 commit comments

Comments
 (0)