Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
  • Loading branch information
qwelias committed Jan 10, 2025
1 parent 09b13c2 commit 45231a8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/win.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin: 0;
}
* {
font-family: sans-serif;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
box-sizing: content-box;
background-color: #1f2124;
Expand All @@ -33,19 +33,21 @@
width: 50%;
height: 3vh;
padding-left: 3%;
padding-top: 4%;
padding-top: 3%;
}
h5 {
background-color: #2c2e34;
color: #95979f;
font-weight: 500;
position: absolute;
font-size: 1em;
top: 11.5%;
left: 66.1%;
padding: 0.5em;
text-align: center;
}
#time_mid {
top: 11%;
left: 66.1%;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 45231a8

Please sign in to comment.