From 92135e64a3d24bb643f88f9fa03c5e3d8bb67ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sat, 17 Nov 2018 17:00:14 +0100 Subject: [PATCH] css --- web/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/css/style.css b/web/css/style.css index b8c885a..bec9693 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -238,7 +238,8 @@ table.scode_table th:nth-child(2) { margin-top: 1.75rem; } -.linkcaption:hover { +.linkcaption:hover, +.linkcaption:focus { text-decoration: none; }