Skip to content

Commit 87f2f3c

Browse files
blue
1 parent 9f50d95 commit 87f2f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

viossa-dictionary/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 style="margin: 0;" id="wordName">Word Name</h1>
2525
<select id="color-scheme" onchange="changeColorScheme()" style="margin-left: auto;">
2626
<option value="white">White</option>
2727
<option value="black">Black</option>
28-
<option value="blue" selected>Blue (Default)</option>
28+
<option value="blue" selected>Blue</option>
2929
<option value="teal">Teal</option>
3030
<option value="emerald">Green</option>
3131
</select>
@@ -38,4 +38,4 @@ <h1 style="margin: 0;" id="wordName">Word Name</h1>
3838

3939
<script src="script.js"></script>
4040
</body>
41-
</html>
41+
</html>

0 commit comments

Comments
 (0)