Minor CSS changes

This commit is contained in:
root 2023-06-03 12:04:59 +02:00
parent 7a21696822
commit 44516b4e32
2 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,7 @@ def hello():
now = datetime.now(tz=tz)
epoch = now.timestamp()
epoch = int(epoch)
lines = getContent()
while len(lines) < 2:

View File

@ -113,10 +113,11 @@ input[type="radio"] {
writing-mode: vertical-lr;
transform:rotate(210deg);
font-size: x-small;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
color: #E7E5E2;
color: #243233;
}
#footer {