diff --git a/web/style.css b/web/style.css index 8039cb53528ec56e52a9bfae911e6ea69dc50a9a..b75e09429e22f0ada035d7f7e1f5746a6f310e59 100644 --- a/web/style.css +++ b/web/style.css @@ -121,3 +121,11 @@ select { #round-desks .columns { max-height: 90%; } + +.card-header-success{ + background-color: rgba(127,186,0,.95); +} + +.card-header-danger{ + background-color: rgba(242,80,34,.95); +} \ No newline at end of file