טקסט התיאור / הוראות בשדות מותאמים אישית של המשתמש אינו עקבי עם השדות הראשיים

The text under the fields users enter when joining a Discourse site is a nice easy shade of grey.

However, the text under custom user fields is black.

image

While this is a minor thing (and easily fixed with this CSS), it is a little bit jarring.

// fixes descriptor text/instructions under UCFs
.user-fields .controls .instructions {
    color: var(--primary-medium)
}
3 לייקים

Thanks! Devil is in the details :slight_smile:

Fixed by

לייק 1

This topic was automatically closed after 2 days. New replies are no longer allowed.