diff --git a/modules/overlay/overlay-child.css b/modules/overlay/overlay-child.css index 5a297cb4d0bd..a832fc8c2a31 100644 --- a/modules/overlay/overlay-child.css +++ b/modules/overlay/overlay-child.css @@ -49,6 +49,13 @@ html.js body { outline: 0; } +.overlay #skip-link { + margin-top: -20px; +} +.overlay #skip-link a { + color: #fff; /* This is white to contrast with the dark background behind it. */ +} + #overlay-close-wrapper { position: absolute; right: 0; diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 7c14277840be..39e78051a1af 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1588,7 +1588,6 @@ div.admin-panel .description { .overlay #page { padding: 0 2em; } -.overlay #skip-link, .overlay .region-page-top, .overlay #header, .overlay #page-title,