Fixed Expiry Alerts

This commit is contained in:
2026-02-12 18:00:34 +00:00
parent 5de6b80794
commit 4864cd6a3e
4 changed files with 90 additions and 14 deletions

View File

@@ -106,6 +106,19 @@ header{
animation: bumping_green_bg 4s linear 2s infinite;
}
.alert_orange{
background-color: #e26e00;
color:#ffd2a8;
box-shadow: 0 0 10px 1px black inset;;
}
.alert_yellow{
background-color: #d1ce00;
color:#fffebf;
box-shadow: 0 0 10px 1px black inset;;
}
footer{
position:fixed;
display:flex;