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