Skip to content

Commit

Permalink
fix color naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelmerro committed Feb 17, 2019
1 parent d5aee68 commit 857052d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h2 id="basics-modes">modes</h2>
<span onclick="changeColor(this);">
Elements with javascript event handlers
</span>
will be outlined in yellow.
will be outlined in orange.
</li>
</ul>
Press <kbd>f</kbd> to see the difference for the examples above.
Expand Down Expand Up @@ -427,7 +427,7 @@ <h2 id="follow-click">follow by click</h2>
This allows you to start typing in the input field after choosing it with follow mode.
</li>
<li>
Onclick handlers outlined in yellow -
Onclick handlers outlined in orange -
Elements with JavaScript event handlers will be made clickable.
Both the onclick attribute and elements with event listeners are supported.
</li>
Expand Down

0 comments on commit 857052d

Please sign in to comment.