From 502093d0b1ea904dcfc76dd4dfdc50bfa32c8e75 Mon Sep 17 00:00:00 2001 From: Paul Hagon <146982+paulhagon@users.noreply.github.com> Date: Thu, 28 Nov 2024 04:15:54 +0000 Subject: [PATCH] CTPL-263: Fix colour contrast issues in dark mode for request info modal --- app/assets/stylesheets/nla/_dark-mode.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/assets/stylesheets/nla/_dark-mode.scss b/app/assets/stylesheets/nla/_dark-mode.scss index 3ff4c7cb..05319c52 100644 --- a/app/assets/stylesheets/nla/_dark-mode.scss +++ b/app/assets/stylesheets/nla/_dark-mode.scss @@ -606,6 +606,16 @@ } } + .document-title-heading { + color: $body-color-dark; + } + + .dl-invert { + dt { + color: $grey-50; + } + } + .citation-details { .h5 { color: $white;