You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each pronoun declension should be assigned a distinctive color, and those colors should be used consistently in the example blocks and anywhere else on the site.
We won't know what the colors are supposed to be until we do the UI redesign/cleanup, but I'll accept a PR that adds support for this and just sets all the colors to ones that look nice-enough with the current color scheme.
The text was updated successfully, but these errors were encountered:
Are CSS classes specific to an element tag okay to support this? Similar to:
i.pronouns.she-her { color: #ff1493; }
The implementation would simply be something like:
<p>We currently support color coded pronouns, for example: <i class="pronouns she-her">she/her</i></p>
This would result in an appearance like:
It can be simplified by removing the pronouns class, but I recommend leaving that in for maintenance/upgrading purposes, just-in-case you'd like to do something similar to the following at a later date:
I'm trying to test an implementation sometime between this afternoon and tomorrow evening. I'll post updates here, but to summarize, currently the CSS class is driven by the pronoun table, and all pronouns currently have their color set to default to allow each pronoun's color to be determined over time:
With this, is the current spacing in the table important? I know it makes it look pretty when viewing, but from a functional aspect, does the spacing serve any purpose? For example:
she her her hers herself
vs.
she her her hers herself
The latter example helps to simplify the implementation so that others can understand it more readily, but, I'm not opposed to leaving it the way it currently is, if that's a requirement.
Each pronoun declension should be assigned a distinctive color, and those colors should be used consistently in the example blocks and anywhere else on the site.
We won't know what the colors are supposed to be until we do the UI redesign/cleanup, but I'll accept a PR that adds support for this and just sets all the colors to ones that look nice-enough with the current color scheme.
The text was updated successfully, but these errors were encountered: