We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8186e2c commit 7ded7a9Copy full SHA for 7ded7a9
1 file changed
techniques/css/C41.html
@@ -35,13 +35,13 @@ <h4><abbr title="HyperText Markup Language">HTML</abbr></h4>
35
<h4>CSS</h4>
36
<p>CSS to provide the indicator. It narrows the scope to buttons within the <code>main</code> element.</p>
37
<pre><code class="language-css">button {
38
- background-color: #236AB8; /* medium-dark blue */
+ background-color: #003366; /* dark blue */
39
color: white;
40
padding: 10px;
41
}
42
43
main button:focus {
44
- outline: 3px #fff5be solid; /* light yellow */
+ outline: 3px #ffff00 solid; /* yellow */
45
outline-offset: -4px;
46
}</code></pre>
47
</section>
0 commit comments