From 8560d09097a0bd8d8704dd35311a22fbfc0ff2d6 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Thu, 6 Nov 2025 16:17:09 +0100 Subject: [PATCH] fixed applying style --- web/src/styles/airline.css | 2 +- web/src/styles/hotel.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/styles/airline.css b/web/src/styles/airline.css index 880b9d5..564e366 100644 --- a/web/src/styles/airline.css +++ b/web/src/styles/airline.css @@ -1,7 +1,7 @@ /* Airline Platform - Sky Blue Theme */ @layer base { -:root[data-mode="airline"] { +[data-mode="airline"] { --accent-primary: #007aff; --accent-secondary: #4caf50; --accent-warning: #ff3b30; diff --git a/web/src/styles/hotel.css b/web/src/styles/hotel.css index 1d7c181..b49c6a6 100644 --- a/web/src/styles/hotel.css +++ b/web/src/styles/hotel.css @@ -1,7 +1,7 @@ /* Hotel Platform - Action Blue Theme */ @layer base { -:root[data-mode="hotel"] { +[data-mode="hotel"] { --accent-primary: #007aff; --accent-secondary: #4caf50; --accent-warning: #d9534f;