Skip to content

Commit 7ef7b90

Browse files
dumartinsCopilot
authored andcommitted
fixed body background color
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 670a35f commit 7ef7b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Live-Digital-Clock/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
body {
1010
min-height: 100vh;
1111
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
12-
background: edf2fb;
12+
background: #edf2fb;
1313
color: #1f2a44;
1414
display: flex;
1515
align-items: center;

0 commit comments

Comments
 (0)