From bb5337efe7f5ee1fd242646be02b31197c03d97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 12 Jun 2017 14:57:50 +0200 Subject: [PATCH] Make links Guix-orange. * static/css/main.css (a): Add 'border-color'. --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index 52c98de..6df142e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -172,6 +172,7 @@ a { outline: none; border-style: none none dashed none; border-width: thin; + border-color: #ffbf2d; text-decoration: none; } a:visited { -- 2.22.0