cosmetic : flashing color for h2.error

This commit is contained in:
Dany wm De Bontridder 2021-07-30 21:50:51 +02:00
parent 4f6130cfa7
commit e17714fbdd

View file

@ -123,11 +123,18 @@ h3.info {
text-align:center;
}
@keyframes error_h2 {
from {background-color: hsl(358,60%,44%);}
to {background-color: hsl(359,100%,44%);}
}
h2.error {
background:#FF0000;
color:#FFFFFF;
animation-name: error_h2;
animation-duration: 4s;
animation-iteration-count: infinite;
}
h2.error {
background:#FF0000;
color:#FFFFFF;
}
td.tool a.mtitle {
text-decoration:none;