diff --git a/src/registrar/assets/sass/_theme/_admin.scss b/src/registrar/assets/sass/_theme/_admin.scss index 0a5c583b4..1f2577888 100644 --- a/src/registrar/assets/sass/_theme/_admin.scss +++ b/src/registrar/assets/sass/_theme/_admin.scss @@ -126,9 +126,12 @@ html[data-theme="light"] { .usa-table td { background-color: transparent; } - // #deleted-objects a { - // color: #005288; - // } + + // Sets darker color on delete page links. + // Remove when dark mode successfully applies to Django delete page. + .delete-confirmation .content a { + color: #005288; + } } // Firefox needs this to be specifically set @@ -152,6 +155,11 @@ html[data-theme="dark"] { .usa-table td { background-color: transparent; } + // Sets darker color on delete page links. + // Remove when dark mode successfully applies to Django delete page. + .delete-confirmation .content a { + color: #005288; + } } #branding h1 a:link, #branding h1 a:visited {