fixed applying style

This commit is contained in:
2025-11-06 16:17:09 +01:00
parent fee6d6d15a
commit 8560d09097
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/* Airline Platform - Sky Blue Theme */ /* Airline Platform - Sky Blue Theme */
@layer base { @layer base {
:root[data-mode="airline"] { [data-mode="airline"] {
--accent-primary: #007aff; --accent-primary: #007aff;
--accent-secondary: #4caf50; --accent-secondary: #4caf50;
--accent-warning: #ff3b30; --accent-warning: #ff3b30;

View File

@@ -1,7 +1,7 @@
/* Hotel Platform - Action Blue Theme */ /* Hotel Platform - Action Blue Theme */
@layer base { @layer base {
:root[data-mode="hotel"] { [data-mode="hotel"] {
--accent-primary: #007aff; --accent-primary: #007aff;
--accent-secondary: #4caf50; --accent-secondary: #4caf50;
--accent-warning: #d9534f; --accent-warning: #d9534f;