Skip to content

Commit

Permalink
a11y: fix one last sparks dev comment; fix compare page color
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Sep 25, 2024
1 parent d43107f commit 34c3773
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/bjc.css
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,13 @@ div.socialorange {
background-color: #f4c480;
}

div.socialorange a {
/* brighter + underlined links for accessibility */
color: #1049CC;
text-decoration: underline;

}

ul.tight li {
padding-top: 0px;
padding-bottom: 0px;
Expand Down
2 changes: 1 addition & 1 deletion sparks/student-pages/U1/L6/02-l33t-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Creating a Letter-Changing Function</h3>
</ol>
</div>

<div class="todo"><h1>Consder Page Break Here</h1></div>
<div class="todo"><div class="h1">Consider Page Break Here</div></div>

<h3><code>Map</code>ping the Letter-Changing Function Over All the Letters</h3>
<div class="forYouToDo">
Expand Down

0 comments on commit 34c3773

Please sign in to comment.