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; --cal-brand-text: black;
} }
dark::selection { ::-moz-selection {
background: var(--cal-bg-subtle); color: var(--cal-brand-text);
background: var(--cal-brand);
}
::selection {
color: var(--cal-brand-text);
background: var(--cal-brand);
} }
body  { 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 */ /* hide chat bubble on mobile */
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
/* Intercom FAB*/ /* Intercom FAB*/