make top warning banner look prettier

This commit is contained in:
Late Night Defender 2023-11-02 03:24:20 +07:00
parent 7f4817de6b
commit 2941418c12

View file

@ -154,15 +154,17 @@ html *
}
.banner {
position: fixed;
background-color: #BFD7F3;
color: black;
width: 90%;
width: 100%;
top: 0px;
left: 0px;
justify-content: center;
align-items: center;
display: flex;
font-weight: bold;
padding: 0.2cm;
border-radius:10px;
text-align: center;
}
}
@ -292,15 +294,17 @@ html *
}
.banner {
position: fixed;
background-color: #29415E;
color: white;
width: 90%;
width: 100%;
top: 0px;
left: 0px;
justify-content: center;
align-items: center;
display: flex;
font-weight: bold;
padding: 0.2cm;
border-radius:10px;
text-align: center;
}
}