From 2d7a5e3e209bbbc4c00f700f07400ee0823f41ab Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 18 Sep 2020 11:44:40 +0200 Subject: [PATCH] misc: don't underline navigation links on hover (#46736) --- static/grandlyon-cut/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index 657842c..b9de08a 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -775,6 +775,9 @@ div#footnote { float: none; margin: 0 0.5em; } + a:hover { + text-decoration: none; + } div.cut-back { text-align: right;