diff --git a/app/(private)/Monitor/Page.module.css b/app/(private)/Monitor/Page.module.css index 29c8352..29e51fe 100644 --- a/app/(private)/Monitor/Page.module.css +++ b/app/(private)/Monitor/Page.module.css @@ -17,7 +17,7 @@ } .ocupado { - background-color: rgb(173, 233, 253); + background-color: #54bbfc !important; color: red; font-weight: bold; }