Prometheus Design System

Link

Mantine Anchor / plain <a>. Brand-blue color, no underline by default. Used for endpoint URLs on /targets and 'show relabeling' disclosure on /service-discovery.

DO

Add underline on :hover/:focus so the affordance is visible for users who tab through the page.

DON'T

Style non-links (e.g. disclosure toggles) as links — use a <button> and Icon Button chrome instead.

Design

default

Brand-blue text, no underline.

Component reference (screenshots)
/targets
/targets light
/service-discovery
/service-discovery light

Placeholder screenshots — the audited app is live at prometheus-e83j.onrender.com.

Implementation

<a className="link" href={url}>{label}</a>

Layout

PropertyValue
colorrgb(34,139,230) link
text-decorationnone

Accessibility

ARIAUse descriptive link text; avoid 'click here'.