mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
fixed applying style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user