Minor CSS changes
This commit is contained in:
parent
7a21696822
commit
44516b4e32
1
game.py
1
game.py
|
@ -74,6 +74,7 @@ def hello():
|
|||
|
||||
now = datetime.now(tz=tz)
|
||||
epoch = now.timestamp()
|
||||
epoch = int(epoch)
|
||||
|
||||
lines = getContent()
|
||||
while len(lines) < 2:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue