From f94ae023d9c737fa37726d63aa3b5f2ae3e3a61b Mon Sep 17 00:00:00 2001 From: "stella.ubaha@boston.gov" Date: Mon, 9 Dec 2024 10:05:57 -0500 Subject: [PATCH] DIG-4807 Content text underline for accessibility --- stylesheets/base/global/_universal.styl | 2 +- stylesheets/patterns-cob-theme.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/base/global/_universal.styl b/stylesheets/base/global/_universal.styl index 92413fdc..6b9d8724 100644 --- a/stylesheets/base/global/_universal.styl +++ b/stylesheets/base/global/_universal.styl @@ -4,7 +4,7 @@ img border: 0 -#content a:hover:not(p) +#content a:hover text-decoration: underline a diff --git a/stylesheets/patterns-cob-theme.styl b/stylesheets/patterns-cob-theme.styl index 3ea57c35..54e80ffd 100644 --- a/stylesheets/patterns-cob-theme.styl +++ b/stylesheets/patterns-cob-theme.styl @@ -122,7 +122,7 @@ a:active, a:hover { outline: 0 } -#content a:hover:not(p) { +#content a:hover { text-decoration: underline } @media print {