From bda304b9512b3cf27b110932ad6e2502fb07e104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 10 Dec 2018 13:26:51 +0100 Subject: [PATCH] style: adjust color of links on blue backgrounds (#28815) --- gadjo/static/css/gadjo.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 7729a2d..4b7840d 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1087,6 +1087,13 @@ div.section { background: $primary-color; background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%); color: white; + a { + color: white; + border-bottom: 1px dotted white; + &:hover { + border-style: solid; + } + } } > div, > dl { padding: 1rem;