From ad1f49b9fa07f9e51dabcf46595b11ba3667d614 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Thu, 8 Aug 2019 16:53:05 +0200 Subject: final feedback implemented Signed-off-by: Jos Poortvliet --- assets/css/custom.css | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) (limited to 'assets/css/custom.css') diff --git a/assets/css/custom.css b/assets/css/custom.css index 8bbaba56..4e7f0aef 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -3443,7 +3443,7 @@ tbody.collapse.in { color: #6c6c6c; } .hyperlink { - color: #a2a2a2; + color: #6c6c6c; text-decoration: none; font-weight: 500; border-bottom: solid 1px; @@ -4021,7 +4021,7 @@ template, [hidden] { color: #6c6c6c; } .hyperlink { - color: #a2a2a2; + color: #6c6c6c; text-decoration: none; font-weight: 500; border-bottom: solid 1px; @@ -5444,7 +5444,8 @@ footer.page-footer { font-size: 20px; line-height: 1.6; text-shadow: 0px 0px 10px #333; - transform: translateY(50px); } + transform: translateY(50px); + font-weight: 400; } .background .topheader { /* position: absolute; */ /* top: 30%; */ @@ -9660,29 +9661,6 @@ footer.page-footer { font-size: 22px; font-weight: 300; } -.section--paragraph__tittle { - font-size: 22px; - line-height: 30px; - font-weight: 600; - color: #2a2a36; } - -.section--paragraph { - font-size: 1.125em; - font-weight: 400; - line-height: 1.5; - color: #6c6c6c; } - -.hyperlink { - color: #a2a2a2; - text-decoration: none; - font-weight: 500; - border-bottom: solid 1px; - transition: all 0.5s ease; - text-decoration: none; } - .hyperlink :hover { - text-decoration: none; - color: #2a2a36; } - .screen-reader-text { display: none; } -- cgit v1.2.3