From ea83311f4d8471965303d61e36894c5fc3891d4b Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Mon, 23 Feb 2026 17:38:34 -0600 Subject: [PATCH] changed background color --- app/(private)/Monitor/Page.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }