You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current state
I'm unfamiliar with landing page (Home) and every Block/Col is the same style and only some titles are linked. Only a device with a cursor has any indicator at all.
Possible solutions
Change Link color or add an underline/ border or something distinct for links (works also great on mobile)
text-decoration: underline var(--color-brand-primary); or
Current state
I'm unfamiliar with landing page (Home) and every Block/Col is the same style and only some titles are linked. Only a device with a cursor has any indicator at all.
Possible solutions
text-decoration: underline var(--color-brand-primary);
orborder-bottom: 2px solid var(--color-brand-primary);
position: relative
to columnstretched-link
and an after elementBased on Bootstrap stretched-link
The text was updated successfully, but these errors were encountered: