Issue
Overview
Hyperlinks (Anchor Tags) color in Service Portal is controlled by CSS Variable "$link-color"
$link-color
This CSS Variable controls all "a" tag color definition
Example
You could apply this CSS variable to CSS Variable section of the "sp_portal" record
usage:
$link-color: #000000
Translates to CSS Property
a {
color: #000000
}