Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Simple typo fix in example text (missing #)
To make box three text consistent with box one and two.
  • Loading branch information
blep authored Aug 2, 2021
commit 0dcc51fd4f3a35c5258c7ac69d6e460d35db64ac
2 changes: 1 addition & 1 deletion learn/values-units/color-hex.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="wrapper">
<div class="box one">#02798b</div>
<div class="box two">#c55da1</div>
<div class="box three">128a7d</div>
<div class="box three">#128a7d</div>
</div>
</textarea>

Expand Down