diff --git a/src/registrar/assets/sass/_theme/_admin.scss b/src/registrar/assets/sass/_theme/_admin.scss index 03082fb8e..b4b5c657d 100644 --- a/src/registrar/assets/sass/_theme/_admin.scss +++ b/src/registrar/assets/sass/_theme/_admin.scss @@ -685,18 +685,7 @@ div.dja__model-description{ p, li { font-size: medium; - } - - @media (prefers-color-scheme: light) { - p, li { - color: var(--body-fg); - } - } - - @media (prefers-color-scheme: dark) { - p, li { - color: var(--secondary); - } + color: var(--secondary); } li { @@ -704,7 +693,7 @@ div.dja__model-description{ font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif; } - a { + a, a:link, a:visited { font-size: medium; color: #005288 !important; } diff --git a/src/registrar/templates/django/admin/includes/descriptions/contact_description.html b/src/registrar/templates/django/admin/includes/descriptions/contact_description.html index ff213a7d1..11141dca8 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/contact_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/contact_description.html @@ -2,7 +2,7 @@ Contacts include anyone who has access to the registrar (known as “users”) and anyone listed in a domain request, including other employees and authorizing officials. Only contacts who have access to the registrar will have -a corresponding record within the Users table. +a corresponding record within the Users table.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/domain_information_description.html b/src/registrar/templates/django/admin/includes/descriptions/domain_information_description.html index ccf683e59..36d197cf8 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/domain_information_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/domain_information_description.html @@ -2,7 +2,7 @@ Domain information represents the basic metadata for an approved domain and the organization that manages it. It does not include any information specific to the registry (DNS name servers, security email). Registry-related information -can be managed within the Domains table. +can be managed within the Domains table.
@@ -10,7 +10,7 @@ Updating values here will immediately update the corresponding values that users
-Domain information is similar to Domain requests, +Domain information is similar to Domain requests, and the fields are nearly identical, but edits made to one are not made to the other. Domain information exists so we don’t modify details of an approved request after adjudication diff --git a/src/registrar/templates/django/admin/includes/descriptions/domain_invitation_description.html b/src/registrar/templates/django/admin/includes/descriptions/domain_invitation_description.html index 68876affd..7765b9203 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/domain_invitation_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/domain_invitation_description.html @@ -11,6 +11,6 @@ A “received” status indicates that the recipient has logged in.
If an invitation is created in this table, an email will not be sent. -To have an email sent, go to the domain in Domains, +To have an email sent, go to the domain in Domains, click the “Manage domain” button, and add a domain manager.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/domain_request_description.html b/src/registrar/templates/django/admin/includes/descriptions/domain_request_description.html index 03cb2a0fa..5adc07454 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/domain_request_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/domain_request_description.html @@ -6,6 +6,6 @@ Updating values here will immediately update the corresponding values that usersOnce a domain request has been adjudicated, the details of that request should not be modified. To update attributes (like an organization’s name) after a domain’s approval, -go to Domains. +go to Domains. Similar fields display on each Domain page, but edits made there will not affect the corresponding domain request.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/draft_domain_description.html b/src/registrar/templates/django/admin/includes/descriptions/draft_domain_description.html index 687431201..9e0ac9914 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/draft_domain_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/draft_domain_description.html @@ -6,5 +6,5 @@ the original name they listed and the new name will appear as separate records.This table does not include “alternative domains,” -which are housed in the Websites table. +which are housed in the Websites table.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/host_description.html b/src/registrar/templates/django/admin/includes/descriptions/host_description.html index 778c2f812..a39519898 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/host_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/host_description.html @@ -6,6 +6,6 @@ Entries in the Hosts table indicate the relationship between an approved domainIn general, you should not modify these values here. They should be updated directly inside the registrar. To update a domain’s name servers and/or IP addresses, -in the registrar, go to the domain in Domains, +in the registrar, go to the domain in Domains, then click the "Manage domain" button.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/logentry_description.html b/src/registrar/templates/django/admin/includes/descriptions/logentry_description.html index deb3876ca..0dc3fe94e 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/logentry_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/logentry_description.html @@ -3,5 +3,5 @@ Log entries represent instances where something was created, updated, or deleted The table on this page is useful for searching actions across all records. To understand what happened to an individual record (like a domain request), it’s better to go to that specific page -(Domain requests) and click on the “History” button. +(Domain requests) and click on the “History” button. diff --git a/src/registrar/templates/django/admin/includes/descriptions/user_description.html b/src/registrar/templates/django/admin/includes/descriptions/user_description.html index 2a68c0def..2f1777169 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/user_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/user_description.html @@ -11,6 +11,6 @@ and their existing requests are locked. They will see a 403 error if they try tEach user record displays the associated “contact” info for that user, -which is the same info found in the Contacts table. +which is the same info found in the Contacts table. Updating these details on the user record will also update the corresponding contact record for that user.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/user_group_description.html b/src/registrar/templates/django/admin/includes/descriptions/user_group_description.html index cf13fbf20..610c8b430 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/user_group_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/user_group_description.html @@ -1,6 +1,6 @@Groups are a way to bundle admin permissions so they can be easily assigned to multiple users. -Once a group is created, it can be assigned to people via the Users table. +Once a group is created, it can be assigned to people via the Users table.
diff --git a/src/registrar/templates/django/admin/includes/descriptions/website_description.html b/src/registrar/templates/django/admin/includes/descriptions/website_description.html index 522daabd7..f6f5bdd1c 100644 --- a/src/registrar/templates/django/admin/includes/descriptions/website_description.html +++ b/src/registrar/templates/django/admin/includes/descriptions/website_description.html @@ -3,6 +3,6 @@ This table lists all the “current websites” and “alternative domains” th
-This does not include any “requested domains” that have appeared within the Domain requests table. -Those names are managed in the Draft domains table. +This does not include any “requested domains” that have appeared within the Domain requests table. +Those names are managed in the Draft domains table.