From 339be5e7556be7c5360a049fc920771ec48a9c9f Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 11 Aug 2020 20:25:22 +0200 Subject: [PATCH] remove text decoration on files --- res/include/style/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/include/style/layout.css b/res/include/style/layout.css index 61958dd..c942eab 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -347,6 +347,7 @@ pre{ transition: box-shadow 0.3s, opacity 2s; white-space: normal; text-overflow: ellipsis; + text-decoration: none; vertical-align: top; cursor: pointer; }