Skip to content

Commit 4df7cdc

Browse files
added dark mode
1 parent de1b0ee commit 4df7cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</draggable>
3939
</div>
4040
<v-col cols="4">
41-
<v-card>
41+
<v-card style="background-color: #283142;">
4242
<v-card-title>JSON DATA</v-card-title>
4343
<v-card-text>
4444
<pre>
@@ -142,4 +142,4 @@
142142
</script>
143143
</body>
144144

145-
</html>
145+
</html>

0 commit comments

Comments
 (0)