File size: 410 Bytes
fd92eae
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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;
}