From e193bb8f59dbdae8ed46ce06f2f0fdf861d76437 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Tue, 16 Apr 2024 13:52:11 -0700
Subject: [PATCH] update line underline css

---
 frontend/src/index.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frontend/src/index.css b/frontend/src/index.css
index 69d629c2f..9241d6184 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -553,6 +553,10 @@ dialog::backdrop {
   padding-top: 10px;
 }
 
+.markdown ol li a {
+  text-decoration: underline;
+}
+
 .markdown ol li p a {
   text-decoration: underline;
 }
-- 
GitLab