fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/* =========================================================
|
/* =========================================================
|
||||||
KAI v4.0 Dashboard — Dark Theme Globals
|
KAI v4.0 Dashboard — Dark Theme Globals
|
||||||
Loaded by MarketingAnalysisV3.vue via <style>
|
Loaded by MarketingAnalysisV3.vue via <style>
|
||||||
========================================================= */
|
========================================================= */
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;900&family=Onest:wght@400;500;600;700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;900&family=Onest:wght@400;500;600;700&display=swap');
|
||||||
@@ -507,6 +507,5 @@
|
|||||||
}
|
}
|
||||||
.kai-peak-title { font-weight: 700; color: var(--kai-blue); font-size: 13px; margin-bottom: 4px; }
|
.kai-peak-title { font-weight: 700; color: var(--kai-blue); font-size: 13px; margin-bottom: 4px; }
|
||||||
.kai-peak-sub { font-size: 11px; color: var(--kai-txt2); }
|
.kai-peak-sub { font-size: 11px; color: var(--kai-txt2); }
|
||||||
. | |||||||