Automatisations de combats, WIP

This commit is contained in:
2023-12-22 09:30:26 +01:00
parent e1816b3dd7
commit 91ad26730a
81 changed files with 475 additions and 240 deletions

View File

@@ -1130,6 +1130,11 @@ ul, li {
margin:2px;
}
.chat-card-button-degats {
background: linear-gradient(to bottom, #e2c256fc 5%, #b85b04ab 100%);
background-color: #7d5d3b00;
}
.chat-card-button:hover {
background: linear-gradient(to bottom, #800000 5%, #3e0101 100%);
background-color: red;