diff options
-rw-r--r-- | modules/overlay/overlay-child.css | 7 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/modules/overlay/overlay-child.css b/modules/overlay/overlay-child.css index 5a297cb4d..a832fc8c2 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 7c1427784..39e78051a 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, |