Never ending working styling for light and dark mode in Novi.
This commit is contained in:
19
src/app.css
19
src/app.css
@@ -19,6 +19,7 @@
|
||||
/* @import '@skeletonlabs/skeleton/themes/ae_c_lci'; */
|
||||
@import './ae-osit-default.css';
|
||||
@import './ae-c-lci.css';
|
||||
@import './ae-c-idaa-light.css';
|
||||
|
||||
@source '../node_modules/@skeletonlabs/skeleton-svelte/dist';
|
||||
|
||||
@@ -77,7 +78,7 @@
|
||||
--sidebar-ring: 217.2 91.2% 59.8%;
|
||||
}
|
||||
|
||||
.dark {
|
||||
/* .dark {
|
||||
--background: 224 71.4% 4.1%;
|
||||
--foreground: 210 20% 98%;
|
||||
--muted: 215 27.9% 16.9%;
|
||||
@@ -105,7 +106,7 @@
|
||||
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
||||
--sidebar-border: 240 3.7% 15.9%;
|
||||
--sidebar-ring: 217.2 91.2% 59.8%;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
@layer base {
|
||||
@@ -879,6 +880,20 @@ img.qr_code:focus {
|
||||
.iframe .novi_btn {
|
||||
border-radius: 60px;
|
||||
border-color: hsla(0, 0%, 50%, .5);
|
||||
|
||||
|
||||
}
|
||||
|
||||
.iframe .novi_label {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.iframe .novi_black {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.iframe .novi_white {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.iframe .novi_margin_sm {
|
||||
|
||||
Reference in New Issue
Block a user