Updated styling + different colours for each status

This commit is contained in:
Jamie Hewitt 2022-10-05 16:26:44 +03:00
parent 81e6f2dc6c
commit 0c9a3f8d91
1 changed files with 10 additions and 2 deletions

View File

@ -79,14 +79,22 @@
text-align: left;
color: inherit;
text-decoration: none;
border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease;
max-width: 300px;
min-width: 150px;
}
.up {
border: 2px solid #5fb359;
}
.warning {
border: 1px solid #eac146;
border: 2px solid #eac146;
}
.down {
border: 2px solid #d80606;
}
.card:hover,