We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f50d95 commit 87f2f3cCopy full SHA for 87f2f3c
viossa-dictionary/index.html
@@ -25,7 +25,7 @@ <h1 style="margin: 0;" id="wordName">Word Name</h1>
25
<select id="color-scheme" onchange="changeColorScheme()" style="margin-left: auto;">
26
<option value="white">White</option>
27
<option value="black">Black</option>
28
- <option value="blue" selected>Blue (Default)</option>
+ <option value="blue" selected>Blue</option>
29
<option value="teal">Teal</option>
30
<option value="emerald">Green</option>
31
</select>
@@ -38,4 +38,4 @@ <h1 style="margin: 0;" id="wordName">Word Name</h1>
38
39
<script src="script.js"></script>
40
</body>
41
-</html>
+</html>
0 commit comments