Make selector more specific

This commit is contained in:
zandercymatics 2024-06-03 13:33:26 -06:00
parent d9cb7ab53f
commit 20f7fc8baf
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ a[href$="todo"]::after {
font-style: italic;
}
a.usa-link {
a.usa-link.usa-link--always-blue {
color: #{$dhs-blue};
}

View file

@ -9,7 +9,7 @@
{% block profile_blurb %}
<p>
We <a class="usa-link" href="{% public_site_url 'domains/requirements/#keep-your-contact-information-updated' %}" target="_blank">require</a>
We <a class="usa-link usa-link--always-blue" href="{% public_site_url 'domains/requirements/#keep-your-contact-information-updated' %}" target="_blank">require</a>
that you maintain accurate contact information.
The details you provide will only be used to support the administration of .gov and wont be made public.
</p>

View file

@ -6,7 +6,7 @@
{% endblock profile_header %}
{% block profile_blurb %}
<p>We <a class="usa-link" href="{% public_site_url 'domains/requirements/#keep-your-contact-information-updated' %}" target="_blank">require</a> that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and wont be made public.</p>
<p>We <a class="usa-link usa-link--always-blue" href="{% public_site_url 'domains/requirements/#keep-your-contact-information-updated' %}" target="_blank">require</a> that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and wont be made public.</p>
<h2>Contact information</h2>
<p>Review the details below and update any required information. Note that editing this information wont affect your Login.gov account information.</p>