From 0f8cb203d92a0cf59e890d162c9a53c39e775e39 Mon Sep 17 00:00:00 2001 From: luciash Date: Tue, 3 May 2016 14:48:19 +0200 Subject: [PATCH] prevents any links to have decoration underline --- css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/main.css b/css/main.css index 5e726a293..55050e858 100644 --- a/css/main.css +++ b/css/main.css @@ -13,6 +13,10 @@ html, body{ overflow-x: hidden; } +a { + text-decoration: none !important; +} + .right-panel { display:none; position:absolute;