use brand for highlight (#8240)

pull/8242/head^2
Peer Richelsen 2023-04-13 12:41:12 +02:00 committed by GitHub
parent 9f2b41e597
commit d453ae9f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 13 deletions

View File

@ -85,8 +85,14 @@
--cal-brand-text: black;
}
dark::selection {
background: var(--cal-bg-subtle);
::-moz-selection {
color: var(--cal-brand-text);
background: var(--cal-brand);
}
::selection {
color: var(--cal-brand-text);
background: var(--cal-brand);
}
body  {
@ -270,17 +276,6 @@ select:focus {
}
}
/* !important to style multi-email input */
::-moz-selection {
color: white;
background: black;
}
::selection {
color: white;
background: black;
}
/* hide chat bubble on mobile */
@media only screen and (max-width: 768px) {
/* Intercom FAB*/