This commit is contained in:
2023-07-06 18:48:55 +01:00
parent 76d0496ba1
commit ad7dc56214
8 changed files with 140 additions and 37 deletions

View File

@ -80,8 +80,8 @@ a {
color: white;
}
.btn-red {
background: rgb(143, 0, 0);
.btn-warning {
background: #FF563F;
color: white;
}
@ -150,4 +150,4 @@ div.paper {
.border-warning {
border: 1px solid #FF563F;
}
}