From 3dddf6aa4855a9e6884bda58311bc7bed545255d Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 19:38:36 +0100 Subject: [PATCH] add style to link in txt --- proj/y2t/assets/css/fonts.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proj/y2t/assets/css/fonts.css b/proj/y2t/assets/css/fonts.css index 75825bd..d2d123d 100644 --- a/proj/y2t/assets/css/fonts.css +++ b/proj/y2t/assets/css/fonts.css @@ -40,4 +40,9 @@ p { div.promptext { font-weight: 400; padding: 5px; +} + +section#output p a { + text-decoration: underline; + cursor: pointer; } \ No newline at end of file