Skip to content

Commit 5fca2ba

Browse files
authored
doc: fix form background value (#50)
1 parent e5666a0 commit 5fca2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/forms/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2 id="form">
66
Has rounded corners, a background, and an automatic overflow.
77
</p>
88
<ul>
9-
<li><code data-hl="css">code</code> has a <code>◉ --bg-subtle</code> background.</li>
9+
<li><code data-hl="css">code</code> has a <code>◉ --bg-muted</code> background.</li>
1010
</ul>
1111
<div class="example">
1212
<form method="get" onsubmit="event.preventDefault()">

0 commit comments

Comments
 (0)