From c09b71fabd4048abc1227043f1903e5f3fd9f178 Mon Sep 17 00:00:00 2001 From: Nam Jin <49346772+njyoon@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:01:48 -0500 Subject: [PATCH] Update index.html --- index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 21823a23..bf74d6da 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ vertical-align: bottom; } - .nyt, .pdf { + .nyt, .pdf, .j { text-decoration: none; color:black; } @@ -82,6 +82,10 @@ a.nyt:hover{ border-bottom: 8px dotted #f55d4b; } + + a.j:hover{ + border-bottom: 8px dotted rgb(193, 225, 193); + } @@ -91,7 +95,7 @@