use brand for highlight (#8240)
parent
9f2b41e597
commit
d453ae9f2b
|
@ -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*/
|
||||
|
|
Loading…
Reference in New Issue