We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f7300 commit 73498b5Copy full SHA for 73498b5
1 file changed
index.html
@@ -14,7 +14,7 @@
14
<button id="rgb(205, 90, 145)" class="pink">pink</button>
15
<button id="rgb(75, 191, 107)" class="lightgreen">light green</button>
16
<button id="rgb(0, 174, 204)" class="lightblue">light blue</button>
17
- <button id="rgb(131, 140, 145)" class~"gray">gray</button>
+ <button id="rgb(131, 140, 145)" class="gray">gray</button>
18
<script src="./index.js"></script>
19
</body>
20
</html>
0 commit comments