Page MenuHomePhabricator

Links within vendor/artist profile
Closed, ResolvedPublic

Description

Currently when there are links within the vendor/artist profile, it's #333. Can we turn this into an underlined white un-bolded link?

Event Timeline

violetto raised the priority of this task from to Needs Triage.
violetto updated the task description. (Show Details)
violetto subscribed.

Found it.
Going to patch by this:

.vendor_container p a {
    color: #fff;
    text-decoration: underline;
}

Saw this change, looks good!

Is it possible to add some space between text and the underline?

@violetto Hi May thanks for the feedback!
If we use text-decoration, we can not adjust the space.
I will replace this rule with border-bottom soon