From cd4cf5b59d4c57da6291a126c5a081c33143bf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 21 Aug 2018 10:39:51 +0200 Subject: [PATCH] don't use orange for link bottom border --- gadjo/static/css/gadjo.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 5af702f..d5797a2 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -53,7 +53,7 @@ a { color: #0066cc; text-decoration: none; border-width: 0; - border-bottom: 1px dotted #ff9900; + border-bottom: 1px dotted #0066cc; @include vendor-prefix('transition', 'color 200ms ease-out'); &:hover { color: #003388;