mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Update all links to use GOVUK Frontend style
Includes: - turning off :visited styles to match existing design - swapping heading classes used to make links bold for the GOVUK Frontend bold override class - adding visually hidden text to some links to make them work when isolated from their context We may need to revisit whether some links, such as those for documentation and features, may benefit from having some indication that their target has been visited.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<p>
|
||||
When you send an email or text message, we can tell you if Notify was able to deliver it.
|
||||
Read the Callbacks section of our <a href="{{ url_for('main.documentation') }}">API documentation</a> for more information.
|
||||
Read the Callbacks section of our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.documentation') }}">API documentation</a> for more information.
|
||||
</p>
|
||||
|
||||
{% call form_wrapper() %}
|
||||
|
||||
Reference in New Issue
Block a user