List view displays 'blue' text for certain field values without UI style recordIssue When viewing records within a List View you may note that some values appear in a 'blue' font colour. Furthermore there are no configured UI styles that would appear to modify the display of this data.CauseThe ServiceNow platform allows for the configuration of 'List' data types which allow for the selection or values from a pre-built list of options. However it is possible to update such fields programatically to potential use different values that do not appear within this pre-built list. To alert viewers to this scenario the platform automatically highlights such values with a blue font colour. If you need to correct this displayed colour you can action one of the following two options: Update the record to correct the field to an existing valueNavigate to the field configuration within 'sys_dictionary' and create a new record for the choice option that is being used. As soon as there is a 'sys_choice' record for the new value then the blue text will revert to default styles.At times, this could also happen because of caching. To mitigate this, you can make some changes in the choice option and save it, and revert it to it's original value. Reloading the list will have the choice options in black now.