This message was deleted.
# questions
b
This message was deleted.
r
here's what i got, but not thoroughly tested:
Copy code
section[id^="popover-"] button {
font-family: cursive !important;
}

section[id^="popover"] div[id*="react-select"] {
font-family: cursive !important;
}

section[id^="popover"] div[class*="control"] {
font-family: cursive !important;
}
1