This commit is contained in:
2026-05-04 21:53:57 +02:00
parent 167396e26a
commit a3466c52f2
6 changed files with 5 additions and 402 deletions

View File

@@ -26,7 +26,7 @@ body {
position: relative;
font-size: 28px;
font-weight: bold;
background: rgb(0, 0, 0);
background: rgb(42, 119, 252);
}
@@ -46,11 +46,12 @@ body {
#location {
position: absolute;
right: 0%;
top: 22%;
width: 4%;
top: 14vh;
width: 2.5vw;
height: auto;
margin: 0.45%;
z-index: 10;
cursor: pointer;
}