From b999186e0a1d5ab1f532e26e5c79f5f123e9c076 Mon Sep 17 00:00:00 2001 From: Dieter Brehm Date: Mon, 22 Jun 2020 16:37:46 -0400 Subject: [PATCH 1/3] increase footer contrast --- static/css/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.scss b/static/css/style.scss index acefee4c..e68d8cde 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -101,7 +101,6 @@ footer { #footer { margin-top: 8em; font-size: 0.9em; - color: rgba(0, 0, 0, 0.3); } .page-header { From 97b9e13fa96ba6ec49edbe75fb5c53565aa5e218 Mon Sep 17 00:00:00 2001 From: Dieter Brehm Date: Mon, 22 Jun 2020 16:53:50 -0400 Subject: [PATCH 2/3] darken teal link colors --- static/css/style.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/style.scss b/static/css/style.scss index e68d8cde..f9e40d71 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -7,6 +7,15 @@ body { line-height: 1.40em; } +/* redefining bootstrap link colors explicitly*/ +a { + color: #0F6151; +} +a:hover, +a:focus { + color:#073B31; +} + p { padding-bottom: 0.5em; } From c426343972140a3d885d9e835c65e7f896f76f17 Mon Sep 17 00:00:00 2001 From: Dieter Brehm Date: Mon, 27 Jul 2020 15:06:35 -0400 Subject: [PATCH 3/3] People page bootstrap button contrast fix and faq --- static/css/style.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/css/style.scss b/static/css/style.scss index f9e40d71..94f74cdb 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -260,8 +260,7 @@ footer { } .toc-h3 a { - color: Silver; - + color: #565656; //padding-left:1em; padding: 0; } @@ -271,6 +270,13 @@ footer { } } +// contrast increase on bootstrap default color for btns on people page + +.btn-primary { + background-color: #0F6151; + border-color: #0F6151 +} + // filter buttons for people page #filters {