From 6bfa6a10ee390b9f9fc08de220e546a34c89abfd Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Thu, 25 Sep 2025 10:03:09 -0400 Subject: [PATCH 1/2] Add underline to news links --- web/app/themes/mitlib-news/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/themes/mitlib-news/style.css b/web/app/themes/mitlib-news/style.css index f9deb5d7..1108165e 100644 --- a/web/app/themes/mitlib-news/style.css +++ b/web/app/themes/mitlib-news/style.css @@ -11,7 +11,7 @@ Template: mitlib-parent .content-area a:link, .content-area a:visited { color: #000; - text-decoration: none; + text-decoration: underline; } .content-area a:hover, .content-area a:active { From 2127c34b6c070aaaac4a5bdb105da4f21c399e3e Mon Sep 17 00:00:00 2001 From: djanelle-mit Date: Thu, 25 Sep 2025 10:07:00 -0400 Subject: [PATCH 2/2] Increment news style sheet version --- web/app/themes/mitlib-news/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/themes/mitlib-news/style.css b/web/app/themes/mitlib-news/style.css index 1108165e..0a288037 100644 --- a/web/app/themes/mitlib-news/style.css +++ b/web/app/themes/mitlib-news/style.css @@ -1,7 +1,7 @@ /* Theme Name: MITlib News Author: MIT Libraries -Version: 0.5 +Version: 0.6 Description: A child theme of the MIT Libraries' parent, focused on News features and content. Template: mitlib-parent