From 3a07fcc631f8573cafdb6e1454afd98ce726cd03 Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 19:39:07 +0100 Subject: [PATCH] add style to all link in all p (for q&a too) --- proj/y2t/assets/css/fonts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/y2t/assets/css/fonts.css b/proj/y2t/assets/css/fonts.css index d2d123d..36c05d0 100644 --- a/proj/y2t/assets/css/fonts.css +++ b/proj/y2t/assets/css/fonts.css @@ -42,7 +42,7 @@ div.promptext { padding: 5px; } -section#output p a { +p a { text-decoration: underline; cursor: pointer; } \ No newline at end of file