Skip to content

Commit 076eb99

Browse files
committed
win
1 parent 45231a8 commit 076eb99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/win.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
margin: 0;
99
}
1010
* {
11-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
11+
font-family: sans-serif;
1212
overflow: hidden;
1313
box-sizing: content-box;
1414
background-color: #1f2124;
@@ -33,19 +33,19 @@
3333
width: 50%;
3434
height: 3vh;
3535
padding-left: 3%;
36-
padding-top: 3%;
36+
padding-top: 4%;
3737
}
3838
h5 {
3939
background-color: #2c2e34;
40-
color: #95979f;
40+
color: #adaeb8;
4141
font-weight: 500;
4242
position: absolute;
4343
font-size: 1em;
4444
padding: 0.5em;
4545
text-align: center;
4646
}
4747
#time_mid {
48-
top: 11%;
48+
top: 11.5%;
4949
left: 66.1%;
5050
}
5151
</style>

0 commit comments

Comments
 (0)