Skip to content

Commit 7ded7a9

Browse files
committed
Update CSS colour references to match image
1 parent 8186e2c commit 7ded7a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

techniques/css/C41.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ <h4><abbr title="HyperText Markup Language">HTML</abbr></h4>
3535
<h4>CSS</h4>
3636
<p>CSS to provide the indicator. It narrows the scope to buttons within the <code>main</code> element.</p>
3737
<pre><code class="language-css">button {
38-
background-color: #236AB8; /* medium-dark blue */
38+
background-color: #003366; /* dark blue */
3939
color: white;
4040
padding: 10px;
4141
}
4242

4343
main button:focus {
44-
outline: 3px #fff5be solid; /* light yellow */
44+
outline: 3px #ffff00 solid; /* yellow */
4545
outline-offset: -4px;
4646
}</code></pre>
4747
</section>

0 commit comments

Comments
 (0)