Skip to content

Commit 6741b61

Browse files
unknownunknown
authored andcommitted
fix: fixed TimeZone on mobile screen, change background color & add grain in both clock
1 parent 00c5db8 commit 6741b61

21 files changed

+82
-25
lines changed

public/datasets/worldcities.xlsx

-14.7 KB
Binary file not shown.

public/images/io1.jpg

-1.62 MB
Binary file not shown.

public/images/io1.png

37.8 KB
Loading

public/images/io10.png

37.8 KB
Loading

public/images/io2.jpg

-10.7 MB
Binary file not shown.

public/images/io3.jpg

-9.09 MB
Binary file not shown.

public/images/io4.jpg

-36.7 KB
Binary file not shown.

public/images/io6.png

37.8 KB
Loading

public/images/io8.png

37.8 KB
Loading

src/app/App.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
user-select: none;
2525
font-family: 'LED Dot-Matrix', sans-serif;
2626
color: white;
27-
background: radial-gradient(#252063, #431c64);
28-
background: linear-gradient(160deg, #431c64, #252063);
27+
/* background: radial-gradient(#252063, #431c64); */
28+
background-image: url('../images/night-sky.png');
29+
background: linear-gradient(160deg, #8e2de2 0%, #309df4fe 100%);
30+
background: linear-gradient(160deg, #8e2de2, #4a00e0);
31+
background: linear-gradient(160deg, #662a98, #352f8e);
2932
}
3033

3134
.scene-container {

0 commit comments

Comments
 (0)