1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Initial attempt.

This commit is contained in:
Koen J 2024-11-20 14:54:29 +01:00
parent 61f718f6ab
commit 86ac3bc6fb
2 changed files with 2 additions and 1 deletions

View file

@ -107,6 +107,7 @@ body, html {
font-size: 20px;
font-style: normal;
font-weight: 400;
background-color: rgba(0,0,0,0.5)
}
#title-container {
@ -227,7 +228,7 @@ body, html {
}
#window-can-be-closed {
color: #666666;
color: #aaaaaa;
position: absolute;
bottom: 0;
margin-bottom: 20px;