We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I stumbled on a blog that had enabled custom selection highlights which seemed nice. For ar5iv, they would be roughly equivalent to:
:root { --background_contrast_pop: rgba(157, 157, 171, 0.4); } [data-theme="dark"] .ltx_document ::selection, .ltx_document ::-moz-selection { background-color: var(--background_contrast_pop, #724714); } [data-theme="light"] .ltx_document ::selection, .ltx_document ::-moz-selection { background-color: var(--background_contrast_pop, #8db8eb); }
Some early testing comments:
<mo>
Shelving it as an issue for now, but if anyone wants to take over and experiment - feel free and let me know.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I stumbled on a blog that had enabled custom selection highlights which seemed nice. For ar5iv, they would be roughly equivalent to:
Some early testing comments:
<mo>
elements are not covered?Shelving it as an issue for now, but if anyone wants to take over and experiment - feel free and let me know.
The text was updated successfully, but these errors were encountered: