LaunchPadAI / phd-advisor-frontend /src /styles /OnboardingTour.css
Kennedy Johnson
Add LaunchPadAI undergraduate internship advisor panel.
de852c2
Raw
History Blame Contribute Delete
410 Bytes
/* Force popover to match app theme via CSS vars set on :root[data-theme] */
[data-tour-elem="popover"] {
background: var(--bg-primary) !important;
background-color: var(--bg-primary) !important;
color: var(--text-primary) !important;
border: 1px solid var(--border-primary) !important;
}
/* All text inside should respect theme */
[data-tour-elem="popover"] * {
-webkit-text-fill-color: inherit;
}