diff --git a/css/contracts.css b/css/contracts.css index c6575df..2cac284 100644 --- a/css/contracts.css +++ b/css/contracts.css @@ -50,4 +50,14 @@ display: flex; justify-content: center; +} + +/* Modal */ + +.status-onhold { + color: orange; +} + +.status-accepted { + color: greenyellow; } \ No newline at end of file