diff --git a/apps/static/css/readux.scss b/apps/static/css/readux.scss index 2bfb597e..d765513f 100644 --- a/apps/static/css/readux.scss +++ b/apps/static/css/readux.scss @@ -40,8 +40,11 @@ html, body { main { flex-grow: 1; } -/* Home page navigation transparent, light text/icons over dark hero */ +/* Home page navigation: light text/icons over a dark scrim so the text keeps + sufficient contrast (a scrim WAVE can detect, since the hero background is an + image the checker cannot evaluate). */ .home-nav { + background-color: rgba($rx-color-midnight-blue, 0.85); nav { background-color: transparent !important; } a, .brand-logo, .brand-tagline { color: $color-white !important; } svg line, svg path, svg circle, svg polygon, svg polyline, svg rect { @@ -73,7 +76,7 @@ main { flex-grow: 1; } /* Text & headings */ .paragraph { color: $rx-color-midnight-blue; line-height: normal; } .title { color: $rx-color-midnight-blue; font-size: x-large; font-weight: bold; } -.hero { padding-top: 15vh; color: $color-white; } +.hero { padding-top: 15vh; padding-bottom: 2rem; color: $color-white; background-color: rgba($rx-color-midnight-blue, 0.85); } .uk-container h2 { margin-bottom: 0.35rem;} /* Utilities */ diff --git a/apps/static/js/components/InfoUrlExternal.vue b/apps/static/js/components/InfoUrlExternal.vue index 573b1faa..e3d45eb2 100644 --- a/apps/static/js/components/InfoUrlExternal.vue +++ b/apps/static/js/components/InfoUrlExternal.vue @@ -10,7 +10,7 @@
diff --git a/apps/static/js/components/InfoUrlSingle.vue b/apps/static/js/components/InfoUrlSingle.vue index 1bc93177..ce22744b 100644 --- a/apps/static/js/components/InfoUrlSingle.vue +++ b/apps/static/js/components/InfoUrlSingle.vue @@ -9,7 +9,7 @@ diff --git a/apps/static/js/components/InfoUrlUnit.vue b/apps/static/js/components/InfoUrlUnit.vue index 8f950bf3..d03a4511 100644 --- a/apps/static/js/components/InfoUrlUnit.vue +++ b/apps/static/js/components/InfoUrlUnit.vue @@ -1,6 +1,6 @@