Closed
Description
I wasn't entirely sure where to put this in the source file to submit as a pull request, and probably isn't the most optimal way, but heres a few small coloring fixes I added to my theme.css. It fixes some placeholder text, some overlays like the add friends to conversation, and reaction buttons.
:root {
--primary-700: var(--bg-0);
--primary-600: var(--bg-1);
--primary-330: var(--txt-2);
--primary-400: var(--acc-2);
--brand-360: var(--acc-1);
--primary-630: var(--bg-1);
--brand-15a: var(--bg-1);
--brand-200: var(--txt-2);
}
::placeholder {
color: var(--txt-3)!important;
}
Metadata
Metadata
Assignees
Labels
No labels